1. fe037cb add two macro for reduce duplicate code by thinkerou · 6 years ago
  2. 771c205 remove invalid include-file and adjust include-file sort by thinkerou · 6 years ago
  3. 9ef881e PHP: chang shared channel behavior by ZhouyihaiDing · 6 years ago
  4. dff7ba6 PHP: remove channel observation and clean method used for tests by ZhouyihaiDing · 6 years ago
  5. 5c77035 PHP: use persistent list not shared by other modules by ZhouyihaiDing · 6 years ago
  6. b00a925 PHP: don't destruct persistent channel at the end of php-fpm request by ZhouyihaiDing · 7 years ago
  7. 1d8ab5a Merge pull request #14130 from ZhouyihaiDing/wrapper_leak by Stanley Cheung · 7 years ago
  8. 7c647d3 php: fix channel wrapper leak by Zhouyihai Ding · 7 years ago
  9. 8a84593 php: fix channel reuse doesn't free allocated wrapper by Zhouyihai Ding · 7 years ago
  10. 2318b87 Merge pull request #14127 from ZhouyihaiDing/channel_credentials_leak by Stanley Cheung · 7 years ago
  11. d715e7d Merge pull request #14126 from ZhouyihaiDing/get_target_leak by Stanley Cheung · 7 years ago
  12. 4b9f8d8 php: channel_credentials hashstr leak by Zhouyihai Ding · 7 years ago
  13. d3b5524 php: fix channel get_target leak by Zhouyihai Ding · 7 years ago
  14. 33af9aa php: fix channel persistence channel leak by Zhouyihai Ding · 7 years ago
  15. b6cdfca php channel: fix memory leak by Zhouyihai Ding · 7 years ago
  16. 5d55948 PHP: upmerge from 1.4.x branch by Stanley Cheung · 7 years ago
  17. 5b3dc4a PHP: persistent channel by Stanley Cheung · 7 years ago
  18. 7897ae9 auto-fix most of licenses by Jan Tattermusch · 7 years ago
  19. 6a5c83d PHP: add macro for arg info in extension by Stanley Cheung · 8 years ago
  20. efbc9e7 update func desc by thinkerou · 8 years ago
  21. 03dc219 update func desc by thinkerou · 8 years ago
  22. c1f25fb php: missed a macro; by Stanley Cheung · 8 years ago
  23. 5dafd82 add macro PHP_GRPC_INIT_HANDLER by thinkerou · 8 years ago
  24. dc673c5 add PHP_GRPC_FREE_CLASS_OBJECT macro by thinkerou · 8 years ago
  25. ba75c01 add some macro to reduce duplicate code by thinkerou · 8 years ago
  26. dba5b0c add php_grpc_zend_object macro and rename klass by thinkerou · 8 years ago
  27. 011d1ef add macro to php7_wrapper for reduce duplicate code by thinkerou · 8 years ago
  28. 6f9d30b add macro to php7_wrapper for reduce duplicate code by thinkerou · 8 years ago
  29. 1930468 use php7_wrapper to reduce dup-codes by thinkerou · 8 years ago
  30. bae0cf1 minor changes. cannot assume hostname unchanged by Stanley Cheung · 8 years ago
  31. a3730b7 support php7 by marco by thinkerou · 8 years ago
  32. 43ba180 php: remove gpr_log debug by Stanley Cheung · 8 years ago
  33. 4f8e40b Updated functions with TSRM macros for ZTS support by Michael Bausor · 8 years ago
  34. 6169d5f Update copyrights by Craig Tiller · 9 years ago
  35. 7895da2 php: return channel arg type by Stanley Cheung · 9 years ago
  36. 708ff9d fix php copyright by Stanley Cheung · 9 years ago
  37. f77a4ad channel constructor the array is required by Stanley Cheung · 9 years ago
  38. cccf929 php: add more unit tests to improve code coverage by Stanley Cheung · 9 years ago
  39. 6bd3180 php: make channel credentials createInsecure explicit by Stanley Cheung · 9 years ago
  40. 9c0b35e php: rename credentials to channel_credentials by Stanley Cheung · 9 years ago
  41. aeea102 php: split grpc_credentials to channel_credentials and call_credentials by Stanley Cheung · 9 years ago
  42. 5cc1e2e Fixing PHP. by Julien Boeuf · 9 years ago
  43. c17fecd Fixing tests. by Julien Boeuf · 9 years ago
  44. c5b570f Adding void* at then end of security related method in order to have a stable ABI. by Julien Boeuf · 9 years ago
  45. ddb16a8 php: expose per-call host override option, review feedback by Stanley Cheung · 9 years ago
  46. 478fb00 php: expose per-call host override option by Stanley Cheung · 9 years ago
  47. f123443 Merge branch 'master' of github.com:grpc/grpc into the-ultimate-showdown by Nicolas "Pixel" Noble · 9 years ago
  48. 1567c0c php: connectivity state review feedback by Stanley Cheung · 9 years ago
  49. 4c5c7b8 php: add more tests by Stanley Cheung · 9 years ago
  50. a63fdd0 php: wrap watchConnectivityState api by Stanley Cheung · 9 years ago
  51. e63354a php: wrap getConnectivityState API by Stanley Cheung · 9 years ago
  52. 9d72b14 Merge branch 'master' of github.com:grpc/grpc into the-ultimate-showdown by Nicolas "Pixel" Noble · 9 years ago
  53. 150b7c4 Adapting PHP. by Nicolas "Pixel" Noble · 9 years ago
  54. f2b2558 Merge pull request #2593 from ctiller/elliptic-orange-chamelion by Yang Gao · 9 years ago
  55. db98e08 Exposed channel target and call peer in PHP by Stanley Cheung · 9 years ago
  56. 4a4f149 Rename grpc_channel_create to grpc_insecure_channel_create by Craig Tiller · 9 years ago
  57. aa11066 Fixed memory leaks in PHP extension code by murgatroid99 · 9 years ago
  58. 8242ba7 Made external header includes use angle brackets by murgatroid99 · 10 years ago
  59. 892c3ca Resolved merge conflicts with master by murgatroid99 · 10 years ago
  60. 8a929a9 Fix duplicated symbols by Xiaoguang Sun · 10 years ago
  61. f2fe1a8 Fixed channel host override handling by murgatroid99 · 10 years ago
  62. afd541c Updated C extension to new call API by murgatroid99 · 10 years ago
  63. 1a61b17 Copyright checker by Craig Tiller · 10 years ago
  64. ecd4934 Use clang-format-3.5 by Craig Tiller · 10 years ago
  65. b5dcec5 clang-format codebase by Craig Tiller · 10 years ago
  66. b892a27 Added PHP to the global gRPC moe config by mlumish · 10 years ago