1. 4fe4f4b Merge pull request #8154 from thinkerou/fix_php_mem_leak by Stanley Cheung · 8 years ago
  2. 8d77014 attempt to fix mem leaks by thinkerou · 8 years ago
  3. ced8702 Enable advanced Java interop tests. by Eric Gribkoff · 8 years ago
  4. 0c3e8db fix code style by thinkerou · 8 years ago
  5. 02d2807 Fixes 2 issues: by Ken Payson · 8 years ago
  6. b720b60 Merge github.com:grpc/grpc into grpc_slice by Craig Tiller · 8 years ago
  7. 9a669b6 update php style by thinkerou · 8 years ago
  8. 41fd9f2 Merge github.com:grpc/grpc into grpc_slice by Craig Tiller · 8 years ago
  9. 4407a94 phpdoc types by Stanislav Pavlovichev · 8 years ago
  10. 618e67d s/GPR_SLICE/GRPC_SLICE/g by Craig Tiller · 8 years ago
  11. 6e080a3 Merge branch 'buffer_pools_for_realsies' into grpc_slice by Craig Tiller · 8 years ago
  12. b37d53e Bulk update #includes by Craig Tiller · 8 years ago
  13. d41a4a7 s/gpr_slice/grpc_slice, and move around tests, impls by Craig Tiller · 8 years ago
  14. 6134d1d change unimplemented_method to unimplemented_service. Add real unimplemented_method test by Noah Eisen · 8 years ago
  15. 948f95b Merge pull request #7201 from markdroth/run_interop_tests_go by Mark D. Roth · 8 years ago
  16. 1065452 Fix php interop client for status_code_and_message test by Stanley Cheung · 8 years ago
  17. fad04cc Merge pull request #8354 from grpc/v1.0.x by Jan Tattermusch · 8 years ago
  18. 45775fd Update README.md by Jan Tattermusch · 8 years ago
  19. 619c034 php: require grpc extension to be installed before composer package by Stanley Cheung · 8 years ago
  20. 146a377 PHP Proto3: upgrade protobuf to v3.1.0 and regenerate reflection.proto by Stanley Cheung · 8 years ago
  21. 39b2e5b PHP Proto3: update tests and README by Stanley Cheung · 8 years ago
  22. 881f4ff PHP Proto3: new serialization/deserialization for messages by Stanley Cheung · 8 years ago
  23. 9392b04 fix php code style by thinkerou · 8 years ago
  24. 7f936ea Merge pull request #7748 from thinkerou/update_function_desc by Stanley Cheung · 8 years ago
  25. efbc9e7 update func desc by thinkerou · 8 years ago
  26. 03dc219 update func desc by thinkerou · 8 years ago
  27. cde12a5 php: use ssl hostname_override as auth audience uri if present by Stanley Cheung · 8 years ago
  28. 4711075 php: minor error initializing a variable by Stanley Cheung · 8 years ago
  29. fca79d7 Merge pull request #7841 from fr05t1k/cs by Stanley Cheung · 8 years ago
  30. 14e2a56 php: error out if metadata key is not legal by Stanley Cheung · 8 years ago
  31. b15811e php: fix per_rpc_creds capital auth header key by Stanley Cheung · 8 years ago
  32. 129bca6 php: error out if metadata key is not legal by Stanley Cheung · 8 years ago
  33. 6f7e55f php: fix per_rpc_creds capital auth header key by Stanley Cheung · 8 years ago
  34. d58199b code style phpdoc fix isset to array_key_exists by Stanislav Pavlovichev · 8 years ago
  35. 557aa4e php: bump version by Stanley Cheung · 8 years ago
  36. 8749c96 php: bump version by Stanley Cheung · 8 years ago
  37. 83b34c2 php: use emalloc to replicate MAKE_STD_ZVAL by Stanley Cheung · 8 years ago
  38. 0068bdb php7: fix ubuntu compile error by Stanley Cheung · 8 years ago
  39. d083c14 php: missed a macro by Stanley Cheung · 8 years ago
  40. 526a9f9 php: cleanup for GA by Stanley Cheung · 8 years ago
  41. 2eabf76 Merge pull request #7543 from thinkerou/wrap_php7_on_v1_branch_third by Stanley Cheung · 8 years ago
  42. 6972af4 add macro PHP_GRPC_INIT_HANDLER by thinkerou · 8 years ago
  43. 3e03e16 delete commented-code for missing by thinkerou · 8 years ago
  44. a24a0dd add PHP_GRPC_FREE_CLASS_OBJECT macro by thinkerou · 8 years ago
  45. dacb2e3 fix unused var by thinkerou · 8 years ago
  46. eb9c545 add some macro to reduce duplicate code by thinkerou · 8 years ago
  47. 4f8df87 add php_grpc_zend_object macro and rename klass by thinkerou · 8 years ago
  48. d258300 add macro to php7_wrapper for reduce duplicate code by thinkerou · 8 years ago
  49. b2d5904 update README by Stanley Cheung · 8 years ago
  50. fdf27a4 remove reference to homebrew by Stanley Cheung · 8 years ago
  51. b95870d php: fix composer.json by Stanley Cheung · 8 years ago
  52. 8fa9d31 fix indent use two spaces by thinkerou · 8 years ago
  53. 6d62ada add macro to php7_wrapper for reduce duplicate code by thinkerou · 8 years ago
  54. 66ebd08 Merge pull request #7499 from thinkerou/wrap_php7_on_v1_branch by kpayson64 · 8 years ago
  55. d8f77f6 update copyright by Stanley Cheung · 8 years ago
  56. 217c385 php: update composer.json by Stanley Cheung · 8 years ago
  57. 4b9740b use php7_wrapper to reduce dup-codes by thinkerou · 8 years ago
  58. 9ee78aa use php7_wrapper to reduce dup-codes by thinkerou · 8 years ago
  59. 104ae8d support php7 on v1.0.x branch by thinkerou · 8 years ago
  60. 2a08303 unify the version of google/auth by thinkerou · 8 years ago
  61. febe791 php: fix interop tests breakage by Stanley Cheung · 8 years ago
  62. 6085191 add back version to composer.json file by Stanley Cheung · 8 years ago
  63. 67bccfe php: prepare for GA release by Stanley Cheung · 8 years ago
  64. 43ba180 php: remove gpr_log debug by Stanley Cheung · 8 years ago
  65. 98b2441 Merge pull request #6783 from thinkerou/compress by kpayson64 · 8 years ago
  66. 39f72a1 fetch and fix conflict by thinkerou · 8 years ago
  67. 692a38f php: update example composer.json by Stanley Cheung · 8 years ago
  68. 8b24908 php: add warning about shutdown function by Stanley Cheung · 8 years ago
  69. 9ac997a Added TODO for php. by David Garcia Quintas · 8 years ago
  70. 6721d4f Return success status of grpc_byte_buffer_reader by David Garcia Quintas · 8 years ago
  71. 0a5d60c Merge pull request #7155 from stanley-cheung/php-fix-call-destroy by Jan Tattermusch · 8 years ago
  72. 4281272 Updated git clone URL by David Garcia Quintas · 8 years ago
  73. 51b3691 php: fix shutdown hang, call was never destroyed by Stanley Cheung · 8 years ago
  74. 1468d4b Merge pull request #6848 from thinkerou/default_roots_pem by Jan Tattermusch · 8 years ago
  75. a66e075 php: there is an unimplemented service by Stanley Cheung · 8 years ago
  76. 8939140 php: implement 2 more interop tests by Stanley Cheung · 8 years ago
  77. e2e0873 php: implement custom_metadata interop test by Stanley Cheung · 8 years ago
  78. f6e2cb7 Merge pull request #6902 from sreecha/php_stress_test by Jan Tattermusch · 8 years ago
  79. f09ab0c Make PHP work correctly when receiving a compressed message by thinkerou · 8 years ago
  80. f3bc3b6 Load default roots.pem in PHP via grpc_set_ssl_roots_override_callback by thinkerou · 8 years ago
  81. 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
  82. 7ed39a1 PHP stress client in stress test framework by Sree Kuchibhotla · 8 years ago
  83. 6668d51 php: add call getTrailingMetadata API by Stanley Cheung · 8 years ago
  84. e05d319 php: add channel argument to BaseStub constructor by Stanley Cheung · 8 years ago
  85. a9e3ea3 Merge pull request #6659 from stanley-cheung/php-fix-style by Jan Tattermusch · 8 years ago
  86. 55c08f8 Merge branch 'master' of github.com:grpc/grpc into compression_md_level_bis by David Garcia Quintas · 8 years ago
  87. 48ed92e GRPC_CHANNEL_FATAL_FAILURE --> GRPC_CHANNEL_SHUTDOWN by Craig Tiller · 8 years ago
  88. d55ddbc php: ran php-cs-fixer again by Stanley Cheung · 8 years ago
  89. 8f73650 Merge branch 'master' of github.com:grpc/grpc into compression_md_level_bis by David Garcia Quintas · 8 years ago
  90. 4f8e40b Updated functions with TSRM macros for ZTS support by Michael Bausor · 8 years ago
  91. 48a5ddd Merge branch 'master' of github.com:grpc/grpc into compression_md_level_bis by David Garcia Quintas · 9 years ago
  92. c4727db Merge remote-tracking branch 'upstream/master' by thinkerou · 9 years ago
  93. f7b0187 add ownend and delete dtor by thinkerou · 9 years ago
  94. a301eaa Allow servers to select compression level via initial MD. by David Garcia Quintas · 9 years ago
  95. 9074efd fix copyright by Stanley Cheung · 9 years ago
  96. c1bb55e reuse interop client stub by Stanley Cheung · 9 years ago
  97. 55643fe php: stress test client by Stanley Cheung · 9 years ago
  98. 7c6c394 Add to call zend_object_std_dtor by thinkerou · 9 years ago
  99. d04376d PHP Extension: add owned assignment by thinkerou · 9 years ago
  100. dba4c5f Add various options to verify ssl/tls client cert including letting the by Deepak Lukose · 9 years ago