1. 6f1a6be PHP: added README notes for CentOS/RHEL 6/7 users by Stanley Cheung · 8 years ago
  2. 6a5c83d PHP: add macro for arg info in extension by Stanley Cheung · 8 years ago
  3. aaf2bba PHP: update README and apache/nginx examples by Stanley Cheung · 8 years ago
  4. 82c406c Merge pull request #9535 from stanley-cheung/php-update-examples by Stanley Cheung · 8 years ago
  5. c290c11 PHP: update examples by Stanley Cheung · 8 years ago
  6. 6e0a476 Merge github.com:grpc/grpc into version3 by Craig Tiller · 8 years ago
  7. 6481d04 Add comments by Stanley Cheung · 8 years ago
  8. 1a3f4a5 PHP: make tests runnable on both protobuf 3.1 and 3.2 by Stanley Cheung · 8 years ago
  9. 5cad46e Bump master version numbers by Craig Tiller · 8 years ago
  10. 68bb6a8 Merge github.com:grpc/grpc into rollfwd by Craig Tiller · 8 years ago
  11. de78a21 Merge pull request #9416 from thinkerou/update_method_property_visibility by Stanley Cheung · 8 years ago
  12. 8914ce0 Merge pull request #9415 from thinkerou/fix_php_lib_code_style by Stanley Cheung · 8 years ago
  13. afceb2e Merge github.com:grpc/grpc into rollfwd by Craig Tiller · 8 years ago
  14. 448c1f0 Move parameters for all grpc_op types into their own sub-structs. by Mark D. Roth · 8 years ago
  15. 7c70b6c Revert "Revert "Metadata handling rewrite"" by Craig Tiller · 8 years ago
  16. 5e01e2a Revert "Metadata handling rewrite" by Craig Tiller · 8 years ago
  17. 8772a36 update method prop visibility by thinkerou · 8 years ago
  18. 16713db fix code style by thinkerou · 8 years ago
  19. 5acc826 Merge github.com:grpc/grpc into metadata_filter by Craig Tiller · 8 years ago
  20. aecd46e Merge github.com:grpc/grpc into metadata_filter by Craig Tiller · 8 years ago
  21. 4242075 PHP: Prepare for 1.1.0 release by Stanley Cheung · 8 years ago
  22. 50c8780 Use tmp file instead of writing to current directory by Stanley Cheung · 8 years ago
  23. 9d4fc31 Merge github.com:grpc/grpc into metadata_filter by Craig Tiller · 8 years ago
  24. 122c687 Fix various PHP bugs by Stanley Cheung · 8 years ago
  25. 4fe4f4b Merge pull request #8154 from thinkerou/fix_php_mem_leak by Stanley Cheung · 8 years ago
  26. 8d77014 attempt to fix mem leaks by thinkerou · 8 years ago
  27. 0d8e0b1 Merge github.com:grpc/grpc into fix_errors by Craig Tiller · 8 years ago
  28. ced8702 Enable advanced Java interop tests. by Eric Gribkoff · 8 years ago
  29. 17f6904 Merge branch 'slice_with_exec_ctx_and_new_closures' into metadata_filter_and_new_closures by Craig Tiller · 8 years ago
  30. 0c3e8db fix code style by thinkerou · 8 years ago
  31. e2e4670 Continue updating PHP by Craig Tiller · 8 years ago
  32. 9e11a98 Continue updating PHP by Craig Tiller · 8 years ago
  33. 7a454c2 Continue updating PHP by Craig Tiller · 8 years ago
  34. cdfd15c Continue updating PHP by Craig Tiller · 8 years ago
  35. d2b0014 Continue updating PHP by Craig Tiller · 8 years ago
  36. b4aa70e Offer grpc_slice_to_c_string to simplify some code by Craig Tiller · 8 years ago
  37. 75f8013 Continue updating PHP by Craig Tiller · 8 years ago
  38. a25cbbc Convert more of PHP by Craig Tiller · 8 years ago
  39. 3bfb004 Convert more of PHP by Craig Tiller · 8 years ago
  40. 9e78d69 Start converting php by Craig Tiller · 8 years ago
  41. 02d2807 Fixes 2 issues: by Ken Payson · 8 years ago
  42. b720b60 Merge github.com:grpc/grpc into grpc_slice by Craig Tiller · 8 years ago
  43. 9a669b6 update php style by thinkerou · 8 years ago
  44. 41fd9f2 Merge github.com:grpc/grpc into grpc_slice by Craig Tiller · 8 years ago
  45. 4407a94 phpdoc types by Stanislav Pavlovichev · 8 years ago
  46. 618e67d s/GPR_SLICE/GRPC_SLICE/g by Craig Tiller · 8 years ago
  47. 6e080a3 Merge branch 'buffer_pools_for_realsies' into grpc_slice by Craig Tiller · 8 years ago
  48. b37d53e Bulk update #includes by Craig Tiller · 8 years ago
  49. d41a4a7 s/gpr_slice/grpc_slice, and move around tests, impls by Craig Tiller · 8 years ago
  50. 6134d1d change unimplemented_method to unimplemented_service. Add real unimplemented_method test by Noah Eisen · 8 years ago
  51. 948f95b Merge pull request #7201 from markdroth/run_interop_tests_go by Mark D. Roth · 8 years ago
  52. 1065452 Fix php interop client for status_code_and_message test by Stanley Cheung · 8 years ago
  53. fad04cc Merge pull request #8354 from grpc/v1.0.x by Jan Tattermusch · 8 years ago
  54. 45775fd Update README.md by Jan Tattermusch · 8 years ago
  55. 619c034 php: require grpc extension to be installed before composer package by Stanley Cheung · 8 years ago
  56. 146a377 PHP Proto3: upgrade protobuf to v3.1.0 and regenerate reflection.proto by Stanley Cheung · 8 years ago
  57. 39b2e5b PHP Proto3: update tests and README by Stanley Cheung · 8 years ago
  58. 881f4ff PHP Proto3: new serialization/deserialization for messages by Stanley Cheung · 8 years ago
  59. 9392b04 fix php code style by thinkerou · 8 years ago
  60. 7f936ea Merge pull request #7748 from thinkerou/update_function_desc by Stanley Cheung · 8 years ago
  61. efbc9e7 update func desc by thinkerou · 8 years ago
  62. 03dc219 update func desc by thinkerou · 8 years ago
  63. cde12a5 php: use ssl hostname_override as auth audience uri if present by Stanley Cheung · 8 years ago
  64. 4711075 php: minor error initializing a variable by Stanley Cheung · 8 years ago
  65. fca79d7 Merge pull request #7841 from fr05t1k/cs by Stanley Cheung · 8 years ago
  66. 14e2a56 php: error out if metadata key is not legal by Stanley Cheung · 8 years ago
  67. b15811e php: fix per_rpc_creds capital auth header key by Stanley Cheung · 8 years ago
  68. 129bca6 php: error out if metadata key is not legal by Stanley Cheung · 8 years ago
  69. 6f7e55f php: fix per_rpc_creds capital auth header key by Stanley Cheung · 8 years ago
  70. d58199b code style phpdoc fix isset to array_key_exists by Stanislav Pavlovichev · 8 years ago
  71. 557aa4e php: bump version by Stanley Cheung · 8 years ago
  72. 8749c96 php: bump version by Stanley Cheung · 8 years ago
  73. 83b34c2 php: use emalloc to replicate MAKE_STD_ZVAL by Stanley Cheung · 8 years ago
  74. 0068bdb php7: fix ubuntu compile error by Stanley Cheung · 8 years ago
  75. d083c14 php: missed a macro by Stanley Cheung · 8 years ago
  76. 526a9f9 php: cleanup for GA by Stanley Cheung · 8 years ago
  77. 2eabf76 Merge pull request #7543 from thinkerou/wrap_php7_on_v1_branch_third by Stanley Cheung · 8 years ago
  78. 6972af4 add macro PHP_GRPC_INIT_HANDLER by thinkerou · 8 years ago
  79. 3e03e16 delete commented-code for missing by thinkerou · 8 years ago
  80. a24a0dd add PHP_GRPC_FREE_CLASS_OBJECT macro by thinkerou · 8 years ago
  81. dacb2e3 fix unused var by thinkerou · 8 years ago
  82. eb9c545 add some macro to reduce duplicate code by thinkerou · 8 years ago
  83. 4f8df87 add php_grpc_zend_object macro and rename klass by thinkerou · 8 years ago
  84. d258300 add macro to php7_wrapper for reduce duplicate code by thinkerou · 8 years ago
  85. b2d5904 update README by Stanley Cheung · 8 years ago
  86. fdf27a4 remove reference to homebrew by Stanley Cheung · 8 years ago
  87. b95870d php: fix composer.json by Stanley Cheung · 8 years ago
  88. 8fa9d31 fix indent use two spaces by thinkerou · 8 years ago
  89. 6d62ada add macro to php7_wrapper for reduce duplicate code by thinkerou · 8 years ago
  90. 66ebd08 Merge pull request #7499 from thinkerou/wrap_php7_on_v1_branch by kpayson64 · 8 years ago
  91. d8f77f6 update copyright by Stanley Cheung · 8 years ago
  92. 217c385 php: update composer.json by Stanley Cheung · 8 years ago
  93. 4b9740b use php7_wrapper to reduce dup-codes by thinkerou · 8 years ago
  94. 9ee78aa use php7_wrapper to reduce dup-codes by thinkerou · 8 years ago
  95. 104ae8d support php7 on v1.0.x branch by thinkerou · 8 years ago
  96. 2a08303 unify the version of google/auth by thinkerou · 8 years ago
  97. febe791 php: fix interop tests breakage by Stanley Cheung · 8 years ago
  98. 6085191 add back version to composer.json file by Stanley Cheung · 8 years ago
  99. 67bccfe php: prepare for GA release by Stanley Cheung · 8 years ago
  100. 43ba180 php: remove gpr_log debug by Stanley Cheung · 8 years ago