1. 461c910 PHP: fix failed test 16392 by ZhouyihaiDing · 6 years ago
  2. 66a4efc PHP: fix failed test 16392 by ZhouyihaiDing · 6 years ago
  3. a7e282e PHP: add call invoker by ZhouyihaiDing · 6 years ago
  4. d6b483b PHP: add deserialze as the argument for the interceptor by ZhouyihaiDing · 6 years ago
  5. 4677c70 PHP: fix flaky tests by ZhouyihaiDing · 6 years ago
  6. bef6b8d PHP: fix qps benchmark failure by updating protobuf version by ZhouyihaiDing · 6 years ago
  7. 364d2b4 Merge pull request #15282 from ZhouyihaiDing/fix-qps by kpayson64 · 6 years ago
  8. c848726 php interceptor test nits by ZhouyihaiDing · 6 years ago
  9. 9ef881e PHP: chang shared channel behavior by ZhouyihaiDing · 6 years ago
  10. 52b95cf gRPC PHP Client Interceptor implementation and tests by ZhouyihaiDing · 7 years ago
  11. 29bfaf4 PHP: fix QPS tests not working by ZhouyihaiDing · 6 years ago
  12. 6bc4b2f php: complete todo by thinkerou · 6 years ago
  13. 8acece9 Merge pull request #15171 from ZhouyihaiDing/API_revert by Zhouyihai Ding · 6 years ago
  14. dff7ba6 PHP: remove channel observation and clean method used for tests by ZhouyihaiDing · 6 years ago
  15. 7a20c96 Break out qps services into seperate protos by kpayson64 · 6 years ago
  16. 4a13404 PHP: fix persistentChannelTest error by ZhouyihaiDing · 6 years ago
  17. 5c77035 PHP: use persistent list not shared by other modules by ZhouyihaiDing · 6 years ago
  18. 43132b5 php: remove unrelated code from SharedChannelClose test by ZhouyihaiDing · 6 years ago
  19. a2044f8 metadata plugin update statuses in wrapped langs by Jan Tattermusch · 7 years ago
  20. 18f02d2 fix php testWatchConnectivityState by Jan Tattermusch · 7 years ago
  21. d015389 exclude uploading stats, add unconstained php benchmark by ZhouyihaiDing · 7 years ago
  22. c6f9cf3 update composer installing protobuf v3 for php-qps by ZhouyihaiDing · 7 years ago
  23. 5d55948 PHP: upmerge from 1.4.x branch by Stanley Cheung · 7 years ago
  24. 5b3dc4a PHP: persistent channel by Stanley Cheung · 7 years ago
  25. 4d5c310 fix remaining license notices by Jan Tattermusch · 7 years ago
  26. 7897ae9 auto-fix most of licenses by Jan Tattermusch · 7 years ago
  27. 6e589c6 PHP: stop requiring google/protobuf PHP implementation by Stanley Cheung · 7 years ago
  28. 34d21ce fix php style by thinkerou · 7 years ago
  29. 958ded9 PHP benchmarking performance client, proxied through Ruby by Vijay Pai · 7 years ago
  30. aaf2bba PHP: update README and apache/nginx examples by Stanley Cheung · 7 years ago
  31. 6481d04 Add comments by Stanley Cheung · 7 years ago
  32. 1a3f4a5 PHP: make tests runnable on both protobuf 3.1 and 3.2 by Stanley Cheung · 7 years ago
  33. ced8702 Enable advanced Java interop tests. by Eric Gribkoff · 7 years ago
  34. 02d2807 Fixes 2 issues: by Ken Payson · 8 years ago
  35. 9a669b6 update php style by thinkerou · 8 years ago
  36. 6134d1d change unimplemented_method to unimplemented_service. Add real unimplemented_method test by Noah Eisen · 8 years ago
  37. 1065452 Fix php interop client for status_code_and_message test by Stanley Cheung · 8 years ago
  38. 39b2e5b PHP Proto3: update tests and README by Stanley Cheung · 8 years ago
  39. 9392b04 fix php code style by thinkerou · 8 years ago
  40. 4711075 php: minor error initializing a variable by Stanley Cheung · 8 years ago
  41. 129bca6 php: error out if metadata key is not legal by Stanley Cheung · 8 years ago
  42. 6f7e55f php: fix per_rpc_creds capital auth header key by Stanley Cheung · 8 years ago
  43. 4f37dc3 php: fix minor style discrepency by Stanley Cheung · 8 years ago
  44. 69c565b wrap long lines; by Stanley Cheung · 8 years ago
  45. bae0cf1 minor changes. cannot assume hostname unchanged by Stanley Cheung · 8 years ago
  46. a3730b7 support php7 by marco by thinkerou · 8 years ago
  47. a66e075 php: there is an unimplemented service by Stanley Cheung · 8 years ago
  48. 8939140 php: implement 2 more interop tests by Stanley Cheung · 8 years ago
  49. e2e0873 php: implement custom_metadata interop test by Stanley Cheung · 8 years ago
  50. 9627e2c Fix a typo in php stress client that was causing the php client to ignore any explicitly passed port by Sree Kuchibhotla · 8 years ago
  51. d55ddbc php: ran php-cs-fixer again by Stanley Cheung · 8 years ago
  52. 9074efd fix copyright by Stanley Cheung · 8 years ago
  53. c1bb55e reuse interop client stub by Stanley Cheung · 8 years ago
  54. 55643fe php: stress test client by Stanley Cheung · 8 years ago
  55. 7f05da6 php: ran php-cs-fixer again by Stanley Cheung · 8 years ago
  56. 6169d5f Update copyrights by Craig Tiller · 8 years ago
  57. cfad243 fixed copyright by Stanley Cheung · 8 years ago
  58. 8685c38 one more by Stanley Cheung · 8 years ago
  59. 708ff9d fix php copyright by Stanley Cheung · 8 years ago
  60. 221bb1d Merge pull request #5225 from stanley-cheung/php-ext-code-coverage by Michael Lumish · 8 years ago
  61. cccf929 php: add more unit tests to improve code coverage by Stanley Cheung · 8 years ago
  62. 76e9ad4 php: add unit test to bring coverage back up above 95% by Stanley Cheung · 8 years ago
  63. 6bd3180 php: make channel credentials createInsecure explicit by Stanley Cheung · 9 years ago
  64. d1cf36c pass auth metadata context to user callback by Stanley Cheung · 9 years ago
  65. 42fb706 add more unit test by Stanley Cheung · 9 years ago
  66. 3580580 php: metadata plugin based auth API by Stanley Cheung · 9 years ago
  67. c484ccf add todo for PHP by Jan Tattermusch · 9 years ago
  68. 232d625 Merge branch 'master' of github.com:grpc/grpc into core_creds_api_change by Julien Boeuf · 9 years ago
  69. e32075f Fixing tests. by Julien Boeuf · 9 years ago
  70. 675b5ce Merge branch 'master' of github.com:grpc/grpc into core_creds_api_change by Julien Boeuf · 9 years ago
  71. 334314b Updating the server1 cert so that it can be used with Go. by Julien Boeuf · 9 years ago
  72. d5b2056 php: ran php-cs-fixer to comply with php coding standard by Stanley Cheung · 9 years ago
  73. aeea102 php: split grpc_credentials to channel_credentials and call_credentials by Stanley Cheung · 9 years ago
  74. af93a8f php: remove ssl_cert_file env var by Stanley Cheung · 9 years ago
  75. d94f926 php: remove ssl_cert_file env var by Stanley Cheung · 9 years ago
  76. 030387d remove include by Stanley Cheung · 9 years ago
  77. 47c1a53 php: remove unused file by Stanley Cheung · 9 years ago
  78. 75457ff php: add more unit test for code coverage analysis by Stanley Cheung · 9 years ago
  79. 42e2beb Merge pull request #3858 from enisoc/php-close by Stanley Cheung · 9 years ago
  80. 04e1eb8 PHP: Fix property reference in BaseStub::close() by Anthony Yeh · 9 years ago
  81. 59a15a8 php: add remaining auth interop tests by Stanley Cheung · 9 years ago
  82. ba0cb56 php: add use_tls and use_test_ca param to interop tests script by Stanley Cheung · 9 years ago
  83. e5f41cb php: fix empty_stream interop test; by Stanley Cheung · 9 years ago
  84. b0cd08a php: validate and normalize metadata keys by Stanley Cheung · 9 years ago
  85. 66ec9bb php: call writesDone in interop test by Stanley Cheung · 9 years ago
  86. e5ba29f php: implement empty_stream interop test by Stanley Cheung · 9 years ago
  87. e5515d4 Merge pull request #3372 from grpc/release-0_11 by David G. Quintas · 9 years ago
  88. 3543ea4 php: fix watchConnectivityState unit test by Stanley Cheung · 9 years ago
  89. 3ba30e1 Drop issue 527 TODOs for interop specification by Nathaniel Manista · 9 years ago
  90. e9cfa31 minor fixes by Stanley Cheung · 9 years ago
  91. e4c4738 php: add examples for apache and nginx by Stanley Cheung · 9 years ago
  92. 03e170e php: add cancel_after_begin interop test by Stanley Cheung · 9 years ago
  93. 5331776 php: clean up api around flags by Stanley Cheung · 9 years ago
  94. 3ab8e79 php: support per message compression disable by Stanley Cheung · 9 years ago
  95. 4135a21 php: add comment for why cancel_after_begin cannot be done by Stanley Cheung · 9 years ago
  96. 69e9747 php: fix interop stub construction after codegen fix by Stanley Cheung · 9 years ago
  97. 4c0fcda php: add tests for waitForReady by Stanley Cheung · 9 years ago
  98. 2e405d4 php: update codegen, client now extends basestub by Stanley Cheung · 9 years ago
  99. 43a53ff Merge pull request #2998 from stanley-cheung/php_null_call_host by Michael Lumish · 9 years ago
  100. 478fb00 php: expose per-call host override option by Stanley Cheung · 9 years ago