Commit Graph

370 Commits

Author SHA1 Message Date
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
Jan Tattermusch fad04cc4ad Merge pull request #8354 from grpc/v1.0.x
Upmerge doc changes from v1.0.x
2016-10-12 18:44:15 +02:00
Jan Tattermusch 45775fd8a1 Update README.md 2016-10-12 18:03:47 +02:00
Stanley Cheung 619c034fef php: require grpc extension to be installed before composer package 2016-10-06 12:22:02 -07:00
Stanley Cheung 146a3773da PHP Proto3: upgrade protobuf to v3.1.0 and regenerate reflection.proto 2016-09-29 17:26:50 -07:00
Stanley Cheung 39b2e5bec6 PHP Proto3: update tests and README 2016-09-29 17:26:40 -07:00
Stanley Cheung 881f4ff672 PHP Proto3: new serialization/deserialization for messages 2016-09-29 17:25:14 -07:00
thinkerou 9392b04517 fix php code style 2016-09-09 17:44:09 +08:00
Stanley Cheung 7f936eaa37 Merge pull request #7748 from thinkerou/update_function_desc
PHP: update param description of function
2016-09-08 16:48:00 -07:00
thinkerou efbc9e7b9f update func desc 2016-09-07 11:53:15 +08:00
thinkerou 03dc219896 update func desc 2016-09-07 11:53:15 +08:00
Stanley Cheung cde12a523a php: use ssl hostname_override as auth audience uri if present 2016-09-06 11:49:41 -07:00
Stanley Cheung 47110750bc php: minor error initializing a variable 2016-09-06 11:49:41 -07:00
Stanley Cheung fca79d78e4 Merge pull request #7841 from fr05t1k/cs
Little bit improving code style and php docs
2016-09-01 08:46:55 -07:00
Stanley Cheung 14e2a566c9 php: error out if metadata key is not legal 2016-08-29 09:32:28 -07:00
Stanley Cheung b15811e36d php: fix per_rpc_creds capital auth header key 2016-08-29 09:32:28 -07:00
Stanley Cheung 129bca6c5b php: error out if metadata key is not legal 2016-08-26 19:54:57 -07:00
Stanley Cheung 6f7e55fe26 php: fix per_rpc_creds capital auth header key 2016-08-26 15:24:01 -07:00
Stanislav Pavlovichev d58199b1d0 code style
phpdoc fix
isset to array_key_exists
2016-08-23 23:20:34 +07:00
Stanley Cheung 557aa4e695 php: bump version 2016-08-22 08:51:47 -07:00
Stanley Cheung 8749c96595 php: bump version 2016-08-22 08:45:12 -07:00
Stanley Cheung 83b34c2285 php: use emalloc to replicate MAKE_STD_ZVAL 2016-08-09 21:45:00 -07:00
Stanley Cheung 0068bdb65a php7: fix ubuntu compile error 2016-08-09 21:45:00 -07:00
Stanley Cheung d083c148a2 php: missed a macro 2016-07-29 13:39:26 -07:00
Stanley Cheung 526a9f9086 php: cleanup for GA 2016-07-28 10:33:09 -07:00
Stanley Cheung 2eabf76af1 Merge pull request #7543 from thinkerou/wrap_php7_on_v1_branch_third
PHP: use php7_wrapper to reduce duplicated codes on v1.0.x branch(final part)
2016-07-28 10:20:33 -07:00
thinkerou 6972af492d add macro PHP_GRPC_INIT_HANDLER 2016-07-28 22:46:07 +08:00
thinkerou 3e03e1651e delete commented-code for missing 2016-07-28 10:18:27 +08:00
thinkerou a24a0dd784 add PHP_GRPC_FREE_CLASS_OBJECT macro 2016-07-28 09:51:08 +08:00
thinkerou dacb2e3a5c fix unused var 2016-07-28 08:25:41 +08:00
thinkerou eb9c545746 add some macro to reduce duplicate code 2016-07-28 02:35:26 +08:00
thinkerou 4f8df873b0 add php_grpc_zend_object macro and rename klass 2016-07-27 18:45:37 +08:00
thinkerou d2583007f5 add macro to php7_wrapper for reduce duplicate code 2016-07-27 09:48:45 +08:00
Stanley Cheung b2d590463f update README 2016-07-26 17:55:52 -07:00
Stanley Cheung fdf27a49bb remove reference to homebrew 2016-07-26 17:46:59 -07:00
Stanley Cheung b95870d85b php: fix composer.json 2016-07-26 17:44:43 -07:00
thinkerou 8fa9d31cd7 fix indent use two spaces 2016-07-27 04:13:59 +08:00
thinkerou 6d62ada983 add macro to php7_wrapper for reduce duplicate code 2016-07-27 03:47:44 +08:00
kpayson64 66ebd08818 Merge pull request #7499 from thinkerou/wrap_php7_on_v1_branch
PHP: use php7_wrapper to reduce dup-codes on v1.0.x branch
2016-07-26 10:33:17 -07:00