1. 0e08aed add php service account credentials auth interop test, tested against cloud server by Stanley Cheung · 9 years ago
  2. 77c45eb remove opts param from signature by Stanley Cheung · 9 years ago
  3. 9bd0c64 forgot to update class name by Stanley Cheung · 9 years ago
  4. 2c9c763 Support update metadata callback function in php BaseStub by Stanley Cheung · 9 years ago
  5. 03d6e60 Merge pull request #1235 from murgatroid99/php_memory_leaks by Tim Emiola · 9 years ago
  6. aa11066 Fixed memory leaks in PHP extension code by murgatroid99 · 10 years ago
  7. 35d06e9 Simplified script by murgatroid99 · 10 years ago
  8. 5983849 Added script to generate test .php files from .proto files by murgatroid99 · 10 years ago
  9. 2db4ebd Updated composer.json to version 0.5.0 by murgatroid99 · 10 years ago
  10. 8be9887 Merge pull request #1178 from murgatroid99/php_camel_case_methods by Tim Emiola · 10 years ago
  11. e80fdd3 Updated GeneratedCodeTest to match (not so) recent stub changes by murgatroid99 · 10 years ago
  12. 10286d3 Updated PHP files to new method names by murgatroid99 · 10 years ago
  13. c1d7e24 Changed C files to have camelCase method names by murgatroid99 · 10 years ago
  14. bdf24cf Merge pull request #1153 from murgatroid99/php_interop_selector_fix by Tim Emiola · 10 years ago
  15. bfa9e4f Fixed scripts again for PHP 5.5 by murgatroid99 · 10 years ago
  16. bbbb3a0 Updated scripts with PHP 5.6's build location by murgatroid99 · 10 years ago
  17. 9e0ee11 Removed pedantic flag from PHP build by murgatroid99 · 10 years ago
  18. 8242ba7 Made external header includes use angle brackets by murgatroid99 · 10 years ago
  19. c743904 Merge pull request #1162 from murgatroid99/php_add_protos by donnadionne · 10 years ago
  20. d8cc6b8 Do not expect metadata until expecting first read by murgatroid99 · 10 years ago
  21. 081cccc Re-added overzealously removed file by murgatroid99 · 10 years ago
  22. 245a0ec Removed generated code files by murgatroid99 · 10 years ago
  23. 65dda6c Updated generated code to match protos by murgatroid99 · 10 years ago
  24. a60dd3b Added proto files by murgatroid99 · 10 years ago
  25. abd364d Minor fix to test case switch statement, to fix a false negative by murgatroid99 · 10 years ago
  26. 9ddc3da Removed redundant autoload require lines by murgatroid99 · 10 years ago
  27. b2a6d01 Replaced existing autoloader with one generated by composer by murgatroid99 · 10 years ago
  28. d506d55 Added composer file to PHP library by murgatroid99 · 10 years ago
  29. 9140a06 Replaced existing PHP files with more batch-based implementation by murgatroid99 · 10 years ago
  30. c1da8f2 Made necessary changes to get interop tests working by murgatroid99 · 10 years ago
  31. 685e4d9 Fixed errors in ActiveCall by murgatroid99 · 10 years ago
  32. 9c4425a Added comments to new functions in call.c by murgatroid99 · 10 years ago
  33. 892c3ca Resolved merge conflicts with master by murgatroid99 · 10 years ago
  34. 8a929a9 Fix duplicated symbols by Xiaoguang Sun · 10 years ago
  35. 3f10160 Updated ActiveCall.php to use batch API by murgatroid99 · 10 years ago
  36. 1b027f5 Updated final tests to pass by murgatroid99 · 10 years ago
  37. f2fe1a8 Fixed channel host override handling by murgatroid99 · 10 years ago
  38. 44cfd3e Resolved merge conflicts with master by murgatroid99 · 10 years ago
  39. 9fe516a EndToEndTest now works by murgatroid99 · 10 years ago
  40. 4eb8bba Further updated EndToEndTest by murgatroid99 · 10 years ago
  41. d8bb957 Fixed some tests for new API by murgatroid99 · 10 years ago
  42. 8b87e84 Switched to new secure server API by murgatroid99 · 10 years ago
  43. afd541c Updated C extension to new call API by murgatroid99 · 10 years ago
  44. 5cdf37e Removed execute permissions from README files. by Misha Brukman · 10 years ago
  45. 035a904 Make PHP compile by Craig Tiller · 10 years ago
  46. 597a4f2 Verifying the peer name on the X509 Certs correctly. by Julien Boeuf · 10 years ago
  47. 04e3a6e Merge pull request #619 from jayantkolhe/jayantkolhe-patch-2 by Mugur Marculescu · 10 years ago
  48. 691dbcc Update README.md by Jayant Kolhe · 10 years ago
  49. 300748e Update README.md by Jayant Kolhe · 10 years ago
  50. ce5021b Add missing new-lines at end of file by Craig Tiller · 10 years ago
  51. 0605995 Update copyright to 2015 by Craig Tiller · 10 years ago
  52. 8342881 Add shell script copyrights by Craig Tiller · 10 years ago
  53. 2e498aa Add PHP Copyright by Craig Tiller · 10 years ago
  54. 1a61b17 Copyright checker by Craig Tiller · 10 years ago
  55. 90277ee Merge pull request #379 from murgatroid99/php_cancellation_interop_tests by Tim Emiola · 10 years ago
  56. 8886a55 Merge pull request #373 from murgatroid99/php_metadata_representation by Tim Emiola · 10 years ago
  57. 554fe35 Fixed error in new test by murgatroid99 · 10 years ago
  58. 75c9d2f Added cancel_after_first_response interop test by murgatroid99 · 10 years ago
  59. d96db79 Switched to binding servers to port 0 in tests by murgatroid99 · 10 years ago
  60. 5db18ba Corrected error in metadata parser by murgatroid99 · 10 years ago
  61. 5ca9f92 Changed PHP metadata representation to associative array of arrays of strings by murgatroid99 · 10 years ago
  62. 842037a Merge pull request #349 from murgatroid99/protobuf-php-references by Tim Emiola · 10 years ago
  63. 9068b55 Merge pull request #346 from murgatroid99/php_weak_comparison by Tim Emiola · 10 years ago
  64. c4f0ebe Prepare for the new batch call API. by Craig Tiller · 10 years ago
  65. 975a07b Switched Protobuf-PHP references to my fork, removed references to git-on-borg by murgatroid99 · 10 years ago
  66. d9ba1db Removed assertEquals from TimevalTest by murgatroid99 · 10 years ago
  67. 5accd24 Removed uses of assertEquals, which internally uses weak comparison by murgatroid99 · 10 years ago
  68. 25e5f67 Removed all instances of == and != in PHP code by murgatroid99 · 10 years ago
  69. 14d2ce2 Updated PHP library to handle generated code without explicit references to grpc by murgatroid99 · 10 years ago
  70. f21eb25 Fixed PHP interop tests by murgatroid99 · 10 years ago
  71. c4c3bff Fixed memory leak in PHP byte buffer creation by murgatroid99 · 10 years ago
  72. d10c0ab Merge branch 'master' of github.com:google/grpc into merge_new_invoke_api by murgatroid99 · 10 years ago
  73. cbaacad Fixed junk data bug in PHP SSL Credentials by murgatroid99 · 10 years ago
  74. 48c9c4a Resolved merge conflicts with master by murgatroid99 · 10 years ago
  75. 8fbcc43 Changing the SSL (Server) Credentials API. by Julien Boeuf · 10 years ago
  76. ecd4934 Use clang-format-3.5 by Craig Tiller · 10 years ago
  77. 5188535 Merge branch 'new_invoke_api' of github.com:google/grpc into update-api by Craig Tiller · 10 years ago
  78. bc29d80 Better GRPC_LIBDIR config by Craig Tiller · 10 years ago
  79. c2e80bf Pickup wherever phpunit is installed by Craig Tiller · 10 years ago
  80. eb65ac9 Remove libevent references by Craig Tiller · 10 years ago
  81. 62b03e2 Sym-link in system extensions by Craig Tiller · 10 years ago
  82. ff7cdd3 Use local .gitignore by Craig Tiller · 10 years ago
  83. 1b3a881 Dont hardcode phpunit director by Craig Tiller · 10 years ago
  84. e943733 Add shebang by Craig Tiller · 10 years ago
  85. aac57fd Build php modules from run_tests.py by Craig Tiller · 10 years ago
  86. 5430312 Ran different clang-format by murgatroid99 · 10 years ago
  87. 1d89452 Switched to new grpc_call_invoke API by murgatroid99 · 10 years ago
  88. abcc27a Merge pull request #5 from murgatroid99/php_configure_fix by Tim Emiola · 10 years ago
  89. b5dcec5 clang-format codebase by Craig Tiller · 10 years ago
  90. 470a3ea Added libdl include by murgatroid99 · 10 years ago
  91. 156e67d Added PSR-4 compatible autoloader as defined at http://www.php-fig.org/psr/psr-4/. by mlumish · 10 years ago
  92. 8f91163 Switched call errors to exceptions instead of return values by mlumish · 10 years ago
  93. 34cd1f0 Switched events to use native objects instead of wrappers by mlumish · 10 years ago
  94. dba8789 Replaced calls to grpc_call_accept with newer functions by mlumish · 10 years ago
  95. 7d4ec77 Removed reference to custom install location by mlumish · 10 years ago
  96. a7baac5 Added support for trailing metadata, fixed status support by mlumish · 10 years ago
  97. 31a829c Moved interop client script to the same directory as other scripts. This also moves it into the filegroup for the opensource build. by mlumish · 10 years ago
  98. 5800755 Added test data files to open source build by mlumish · 10 years ago
  99. f5aa29b Added utility to make different tests bind to different ports by mlumish · 10 years ago
  100. b892a27 Added PHP to the global gRPC moe config by mlumish · 10 years ago