1. 526a9f9 php: cleanup for GA by Stanley Cheung · 8 years ago
  2. 6972af4 add macro PHP_GRPC_INIT_HANDLER by thinkerou · 8 years ago
  3. 3e03e16 delete commented-code for missing by thinkerou · 8 years ago
  4. a24a0dd add PHP_GRPC_FREE_CLASS_OBJECT macro by thinkerou · 8 years ago
  5. dacb2e3 fix unused var by thinkerou · 8 years ago
  6. eb9c545 add some macro to reduce duplicate code by thinkerou · 8 years ago
  7. 4f8df87 add php_grpc_zend_object macro and rename klass by thinkerou · 8 years ago
  8. d258300 add macro to php7_wrapper for reduce duplicate code by thinkerou · 8 years ago
  9. 8fa9d31 fix indent use two spaces by thinkerou · 8 years ago
  10. 6d62ada add macro to php7_wrapper for reduce duplicate code by thinkerou · 8 years ago
  11. d8f77f6 update copyright by Stanley Cheung · 8 years ago
  12. 4b9740b use php7_wrapper to reduce dup-codes by thinkerou · 8 years ago
  13. 9ee78aa use php7_wrapper to reduce dup-codes by thinkerou · 8 years ago
  14. 104ae8d support php7 on v1.0.x branch by thinkerou · 8 years ago
  15. 43ba180 php: remove gpr_log debug by Stanley Cheung · 8 years ago
  16. 98b2441 Merge pull request #6783 from thinkerou/compress by kpayson64 · 8 years ago
  17. 39f72a1 fetch and fix conflict by thinkerou · 8 years ago
  18. 8b24908 php: add warning about shutdown function by Stanley Cheung · 8 years ago
  19. 9ac997a Added TODO for php. by David Garcia Quintas · 8 years ago
  20. 6721d4f Return success status of grpc_byte_buffer_reader by David Garcia Quintas · 8 years ago
  21. 51b3691 php: fix shutdown hang, call was never destroyed by Stanley Cheung · 8 years ago
  22. f09ab0c Make PHP work correctly when receiving a compressed message by thinkerou · 8 years ago
  23. f3bc3b6 Load default roots.pem in PHP via grpc_set_ssl_roots_override_callback by thinkerou · 8 years ago
  24. 55c08f8 Merge branch 'master' of github.com:grpc/grpc into compression_md_level_bis by David Garcia Quintas · 8 years ago
  25. 48ed92e GRPC_CHANNEL_FATAL_FAILURE --> GRPC_CHANNEL_SHUTDOWN by Craig Tiller · 8 years ago
  26. 8f73650 Merge branch 'master' of github.com:grpc/grpc into compression_md_level_bis by David Garcia Quintas · 8 years ago
  27. 4f8e40b Updated functions with TSRM macros for ZTS support by Michael Bausor · 8 years ago
  28. 48a5ddd Merge branch 'master' of github.com:grpc/grpc into compression_md_level_bis by David Garcia Quintas · 8 years ago
  29. f7b0187 add ownend and delete dtor by thinkerou · 8 years ago
  30. a301eaa Allow servers to select compression level via initial MD. by David Garcia Quintas · 8 years ago
  31. 7c6c394 Add to call zend_object_std_dtor by thinkerou · 8 years ago
  32. d04376d PHP Extension: add owned assignment by thinkerou · 8 years ago
  33. dba4c5f Add various options to verify ssl/tls client cert including letting the by Deepak Lukose · 8 years ago
  34. 82e6f32 php: destroy grpc_byte_buffer after startBatch by Stanley Cheung · 8 years ago
  35. 6169d5f Update copyrights by Craig Tiller · 8 years ago
  36. 7895da2 php: return channel arg type by Stanley Cheung · 8 years ago
  37. 5709e93 remove stale src/php/ext/grpc/README.md by Stanley Cheung · 8 years ago
  38. 708ff9d fix php copyright by Stanley Cheung · 8 years ago
  39. f77a4ad channel constructor the array is required by Stanley Cheung · 8 years ago
  40. b91f0f2 revert unnecessary change by Stanley Cheung · 8 years ago
  41. cccf929 php: add more unit tests to improve code coverage by Stanley Cheung · 8 years ago
  42. da179ce Rollback gpr deletion by Craig Tiller · 8 years ago
  43. 0912179 Removing gpr as a separated library. by Nicolas "Pixel" Noble · 8 years ago
  44. a6b9548 Add lcov php code coverage report by Stanley Cheung · 8 years ago
  45. e959827 Update copyrights by Craig Tiller · 8 years ago
  46. de3da74 Add copyright checks to sanity; make them verify copyright year is valid by Craig Tiller · 8 years ago
  47. 6bd3180 php: make channel credentials createInsecure explicit by Stanley Cheung · 9 years ago
  48. 27a3167 php: bump version for release by Stanley Cheung · 9 years ago
  49. d1cf36c pass auth metadata context to user callback by Stanley Cheung · 9 years ago
  50. b5f74f1 removed comment by Stanley Cheung · 9 years ago
  51. 3580580 php: metadata plugin based auth API by Stanley Cheung · 9 years ago
  52. 9c0b35e php: rename credentials to channel_credentials by Stanley Cheung · 9 years ago
  53. aeea102 php: split grpc_credentials to channel_credentials and call_credentials by Stanley Cheung · 9 years ago
  54. af93a8f php: remove ssl_cert_file env var by Stanley Cheung · 9 years ago
  55. 6d3f9ac php: update package.xml to prepare for 0.6.1 release by Stanley Cheung · 9 years ago
  56. bd52ac4 Fix #2275 (Make sure PHP example can be run with Apache) by Hannes Magnusson · 9 years ago
  57. d2dd37b php: update helloworld and route guide after beta release by Stanley Cheung · 9 years ago
  58. 29d7be3 php: missed a line in doc by Stanley Cheung · 9 years ago
  59. 26883d8 php: update pecl package.xml by Stanley Cheung · 9 years ago
  60. 3ab8e79 php: support per message compression disable by Stanley Cheung · 9 years ago
  61. cbdffa4 Merge branch 'grpc_security_abi' into credentials_naming_and_cleanup by Julien Boeuf · 9 years ago
  62. 5cc1e2e Fixing PHP. by Julien Boeuf · 9 years ago
  63. 510a920 Credentials cleanup: by Julien Boeuf · 9 years ago
  64. c17fecd Fixing tests. by Julien Boeuf · 9 years ago
  65. c5b570f Adding void* at then end of security related method in order to have a stable ABI. by Julien Boeuf · 9 years ago
  66. 43a53ff Merge pull request #2998 from stanley-cheung/php_null_call_host by Michael Lumish · 9 years ago
  67. ddb16a8 php: expose per-call host override option, review feedback by Stanley Cheung · 9 years ago
  68. 478fb00 php: expose per-call host override option by Stanley Cheung · 9 years ago
  69. c0c9ba9 php: fix timeout interop test, use 1ms as timeout by Stanley Cheung · 9 years ago
  70. 4275899 Sprinkle reserved = NULL around by Craig Tiller · 9 years ago
  71. f123443 Merge branch 'master' of github.com:grpc/grpc into the-ultimate-showdown by Nicolas "Pixel" Noble · 9 years ago
  72. 1567c0c php: connectivity state review feedback by Stanley Cheung · 9 years ago
  73. 4c5c7b8 php: add more tests by Stanley Cheung · 9 years ago
  74. a63fdd0 php: wrap watchConnectivityState api by Stanley Cheung · 9 years ago
  75. e63354a php: wrap getConnectivityState API by Stanley Cheung · 9 years ago
  76. 9d72b14 Merge branch 'master' of github.com:grpc/grpc into the-ultimate-showdown by Nicolas "Pixel" Noble · 9 years ago
  77. a600d58 Merge github.com:grpc/grpc into propagate by Craig Tiller · 9 years ago
  78. c5ae3eb Rename grpc_server_add_http2_port to grpc_server_add_insecure_http2_port by Craig Tiller · 9 years ago
  79. e1b0e6e s/inherit/propagate/g by Craig Tiller · 9 years ago
  80. 99e6164 Update wrappers, tests to new create_call() by Craig Tiller · 9 years ago
  81. 150b7c4 Adapting PHP. by Nicolas "Pixel" Noble · 9 years ago
  82. 4aee724 Merge branch 'master' of github.com:grpc/grpc into ssl_force_client_auth by Julien Boeuf · 9 years ago
  83. f2b2558 Merge pull request #2593 from ctiller/elliptic-orange-chamelion by Yang Gao · 9 years ago
  84. db98e08 Exposed channel target and call peer in PHP by Stanley Cheung · 9 years ago
  85. d9aed1d Merge github.com:grpc/grpc into elliptic-orange-chamelion by Craig Tiller · 9 years ago
  86. 52e4de1 Fix node test. Remove all the server fake credentials references by yang-g · 9 years ago
  87. 70a1337 merge head and resolve conflict by yang-g · 9 years ago
  88. 8b25f2a move fake_transport_security_credentials to private API by yang-g · 9 years ago
  89. 5029b30 Adding option to force client auth on the server SSL creds. by Julien Boeuf · 9 years ago
  90. 4a4f149 Rename grpc_channel_create to grpc_insecure_channel_create by Craig Tiller · 9 years ago
  91. 352f38c Remove metadata checks - these are testing things that arent true by Craig Tiller · 9 years ago
  92. 58bbc86 Updating wrapped languages to new time functions by Craig Tiller · 9 years ago
  93. 143e7bf Introduce a clock type field onto gpr_timespec. by Craig Tiller · 9 years ago
  94. f0fb537 Merge branch 'footprints-on-the-sands-of-time' into no-worries-i-can-wait by Craig Tiller · 9 years ago
  95. 7e4a9bd update php pecl extension to 0.5.1 because header change by Stanley Cheung · 9 years ago
  96. f3756c1 Introduce multiple clocks to GPR by Craig Tiller · 9 years ago
  97. f4a99a1 php extension: do not link rt in osx by Stanley Cheung · 9 years ago
  98. cb14eab Add package.xml and necessary files for pecl extension by Stanley Cheung · 9 years ago
  99. 48dd6bf Merge github.com:grpc/grpc into you-complete-me by Craig Tiller · 9 years ago
  100. ba710e5 Added changes to node and php wrappers by David Garcia Quintas · 9 years ago