thinkerou
8d770144c2
attempt to fix mem leaks
8 years ago
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.
8 years ago
thinkerou
0c3e8dbc68
fix code style
8 years ago
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.
8 years ago
thinkerou
9a669b64a2
update php style
9 years ago
Stanislav Pavlovichev
4407a948b1
phpdoc types
9 years ago
Craig Tiller
618e67d655
s/GPR_SLICE/GRPC_SLICE/g
9 years ago
Craig Tiller
b37d53ebc0
Bulk update #includes
9 years ago
Craig Tiller
d41a4a720f
s/gpr_slice/grpc_slice, and move around tests, impls
9 years ago
Noah Eisen
6134d1d4c8
change unimplemented_method to unimplemented_service. Add real unimplemented_method test
9 years ago
Stanley Cheung
1065452f32
Fix php interop client for status_code_and_message test
9 years ago
Jan Tattermusch
45775fd8a1
Update README.md
9 years ago
Stanley Cheung
619c034fef
php: require grpc extension to be installed before composer package
9 years ago
Stanley Cheung
146a3773da
PHP Proto3: upgrade protobuf to v3.1.0 and regenerate reflection.proto
9 years ago
Stanley Cheung
39b2e5bec6
PHP Proto3: update tests and README
9 years ago
Stanley Cheung
881f4ff672
PHP Proto3: new serialization/deserialization for messages
9 years ago
thinkerou
9392b04517
fix php code style
9 years ago
thinkerou
efbc9e7b9f
update func desc
9 years ago
thinkerou
03dc219896
update func desc
9 years ago
Stanley Cheung
cde12a523a
php: use ssl hostname_override as auth audience uri if present
9 years ago
Stanley Cheung
47110750bc
php: minor error initializing a variable
9 years ago
Stanley Cheung
14e2a566c9
php: error out if metadata key is not legal
9 years ago
Stanley Cheung
b15811e36d
php: fix per_rpc_creds capital auth header key
9 years ago
Stanley Cheung
129bca6c5b
php: error out if metadata key is not legal
9 years ago
Stanley Cheung
6f7e55fe26
php: fix per_rpc_creds capital auth header key
9 years ago
Stanislav Pavlovichev
d58199b1d0
code style
...
phpdoc fix
isset to array_key_exists
9 years ago
Stanley Cheung
557aa4e695
php: bump version
9 years ago
Stanley Cheung
8749c96595
php: bump version
9 years ago
Stanley Cheung
83b34c2285
php: use emalloc to replicate MAKE_STD_ZVAL
9 years ago
Stanley Cheung
0068bdb65a
php7: fix ubuntu compile error
9 years ago
Stanley Cheung
c1f25fb199
php: missed a macro;
9 years ago
Stanley Cheung
d083c148a2
php: missed a macro
9 years ago
Stanley Cheung
526a9f9086
php: cleanup for GA
9 years ago
Stanley Cheung
8e56502457
php: cleanup for GA
9 years ago
thinkerou
6972af492d
add macro PHP_GRPC_INIT_HANDLER
9 years ago
thinkerou
5dafd82b7e
add macro PHP_GRPC_INIT_HANDLER
9 years ago
thinkerou
3e03e1651e
delete commented-code for missing
9 years ago
thinkerou
514d296a5d
delete commented-code for missing
9 years ago
thinkerou
a24a0dd784
add PHP_GRPC_FREE_CLASS_OBJECT macro
9 years ago
thinkerou
dc673c5322
add PHP_GRPC_FREE_CLASS_OBJECT macro
9 years ago
thinkerou
dacb2e3a5c
fix unused var
9 years ago
thinkerou
11cb5c53cb
fix unused var
9 years ago
thinkerou
eb9c545746
add some macro to reduce duplicate code
9 years ago
thinkerou
ba75c013b1
add some macro to reduce duplicate code
9 years ago
thinkerou
4f8df873b0
add php_grpc_zend_object macro and rename klass
9 years ago
thinkerou
dba5b0c86a
add php_grpc_zend_object macro and rename klass
9 years ago
thinkerou
d2583007f5
add macro to php7_wrapper for reduce duplicate code
9 years ago
thinkerou
011d1efc8f
add macro to php7_wrapper for reduce duplicate code
9 years ago
Stanley Cheung
bebaf5b61c
update README
9 years ago
Stanley Cheung
b2d590463f
update README
9 years ago