Stanley Cheung
aaf2bbaa58
PHP: update README and apache/nginx examples
2017-02-03 12:43:39 -08:00
Stanley Cheung
82c406cc08
Merge pull request #9535 from stanley-cheung/php-update-examples
...
PHP: update examples
2017-02-01 19:42:16 -08:00
Stanley Cheung
c290c115fa
PHP: update examples
2017-01-31 20:29:17 -08:00
Craig Tiller
6e0a4760c4
Merge github.com:grpc/grpc into version3
2017-01-31 15:54:32 -08:00
Stanley Cheung
6481d04ae6
Add comments
2017-01-31 13:03:48 -08:00
Stanley Cheung
1a3f4a55c2
PHP: make tests runnable on both protobuf 3.1 and 3.2
2017-01-30 20:39:22 -08:00
Craig Tiller
5cad46e218
Bump master version numbers
2017-01-30 15:32:24 -08:00
Craig Tiller
68bb6a8453
Merge github.com:grpc/grpc into rollfwd
2017-01-27 06:52:13 -08:00
Stanley Cheung
de78a21579
Merge pull request #9416 from thinkerou/update_method_property_visibility
...
PHP: Update the visibility property of method
2017-01-26 19:31:48 -08:00
Stanley Cheung
8914ce0872
Merge pull request #9415 from thinkerou/fix_php_lib_code_style
...
PHP: fix code style
2017-01-26 19:23:55 -08:00
Craig Tiller
afceb2edbd
Merge github.com:grpc/grpc into rollfwd
2017-01-26 12:21:28 -08:00
Mark D. Roth
448c1f002c
Move parameters for all grpc_op types into their own sub-structs.
2017-01-25 10:44:30 -08:00
Craig Tiller
7c70b6c144
Revert "Revert "Metadata handling rewrite""
...
This reverts commit 5e01e2ac97 .
2017-01-23 07:48:42 -08:00
Craig Tiller
5e01e2ac97
Revert "Metadata handling rewrite"
2017-01-20 18:11:52 -08:00
thinkerou
8772a366ba
update method prop visibility
2017-01-20 18:24:20 +08:00
thinkerou
16713db012
fix code style
2017-01-20 14:43:19 +08:00
Craig Tiller
5acc826ace
Merge github.com:grpc/grpc into metadata_filter
2017-01-17 17:20:14 -08:00
Craig Tiller
aecd46eb3c
Merge github.com:grpc/grpc into metadata_filter
2017-01-17 08:13:14 -08:00
Stanley Cheung
4242075c33
PHP: Prepare for 1.1.0 release
2017-01-13 15:23:11 -08:00
Stanley Cheung
50c878088a
Use tmp file instead of writing to current directory
2017-01-12 15:49:56 -08:00
Craig Tiller
9d4fc31da4
Merge github.com:grpc/grpc into metadata_filter
2017-01-12 14:08:50 -08:00
Stanley Cheung
122c687d61
Fix various PHP bugs
2017-01-11 19:36:32 -08:00
Stanley Cheung
4fe4f4bf37
Merge pull request #8154 from thinkerou/fix_php_mem_leak
...
PHP: attempt to fix mem leaks
2017-01-11 15:11:25 -08:00
thinkerou
8d770144c2
attempt to fix mem leaks
2017-01-10 13:30:16 +08:00
Craig Tiller
0d8e0b138d
Merge github.com:grpc/grpc into fix_errors
2017-01-06 13:59:30 -08:00
Eric Gribkoff
ced8702d1d
Enable advanced Java interop tests.
...
Add response parameters to custom_metadata streaming request for Node and PHP
clients.
The Java server does not respond with separate initial and trailing
metadata when there is no response data - it is only emiting the
requested trailing metadata. Adding the response parameters to the test
(in accordance with the specification) avoids this, but I will open a
separate issue to investigate the Java behavior.
2017-01-06 09:16:29 -08:00
Craig Tiller
17f6904bad
Merge branch 'slice_with_exec_ctx_and_new_closures' into metadata_filter_and_new_closures
2017-01-04 10:17:31 -08:00
thinkerou
0c3e8dbc68
fix code style
2016-12-15 00:27:03 +08:00
Craig Tiller
e2e4670e09
Continue updating PHP
2016-12-09 09:46:51 -08:00
Craig Tiller
9e11a98eb4
Continue updating PHP
2016-12-09 09:46:08 -08:00
Craig Tiller
7a454c24d9
Continue updating PHP
2016-12-09 09:45:23 -08:00
Craig Tiller
cdfd15cc1a
Continue updating PHP
2016-12-09 09:44:30 -08:00
Craig Tiller
d2b0014430
Continue updating PHP
2016-12-09 09:42:38 -08:00
Craig Tiller
b4aa70ea94
Offer grpc_slice_to_c_string to simplify some code
2016-12-09 09:40:11 -08:00
Craig Tiller
75f8013ba6
Continue updating PHP
2016-12-09 09:34:28 -08:00
Craig Tiller
a25cbbc885
Convert more of PHP
2016-12-09 09:32:10 -08:00
Craig Tiller
3bfb00486a
Convert more of PHP
2016-12-09 09:29:19 -08:00
Craig Tiller
9e78d69faf
Start converting php
2016-12-08 17:05:02 -08:00
Ken Payson
02d2807b30
Fixes 2 issues:
...
1. In the State change test, 123->0 will hit a c-core GPR_ASSERT if
debugging is enabled because 123 doesn't map to a state that can
be printed.
2. In the Server test, 8888 is sometimes unavailable, so we just use
a wildcard port.
2016-12-01 09:57:30 -08:00
Craig Tiller
b720b609ea
Merge github.com:grpc/grpc into grpc_slice
2016-11-08 07:20:27 -08:00
thinkerou
9a669b64a2
update php style
2016-11-01 21:33:06 +08:00
Craig Tiller
41fd9f2343
Merge github.com:grpc/grpc into grpc_slice
2016-10-31 14:42:53 -07:00
Stanislav Pavlovichev
4407a948b1
phpdoc types
2016-10-28 12:15:53 +07:00
Craig Tiller
618e67d655
s/GPR_SLICE/GRPC_SLICE/g
2016-10-26 21:08:10 -07:00
Craig Tiller
6e080a3651
Merge branch 'buffer_pools_for_realsies' into grpc_slice
2016-10-26 21:00:53 -07:00
Craig Tiller
b37d53ebc0
Bulk update #includes
2016-10-26 16:16:35 -07:00
Craig Tiller
d41a4a720f
s/gpr_slice/grpc_slice, and move around tests, impls
2016-10-26 16:16:06 -07:00
Noah Eisen
6134d1d4c8
change unimplemented_method to unimplemented_service. Add real unimplemented_method test
2016-10-21 17:07:01 -07:00
Mark D. Roth
948f95b2ce
Merge pull request #7201 from markdroth/run_interop_tests_go
...
Fix status_code_and_message interop test for C++ and PHP. Change run_interop_tests.py to run this test for C++ and Go.
2016-10-18 11:08:18 -07:00
Stanley Cheung
1065452f32
Fix php interop client for status_code_and_message test
2016-10-17 12:05:55 -07:00