1. 708ff9d fix php copyright by Stanley Cheung · 9 years ago
  2. 221bb1d Merge pull request #5225 from stanley-cheung/php-ext-code-coverage by Michael Lumish · 9 years ago
  3. cccf929 php: add more unit tests to improve code coverage by Stanley Cheung · 9 years ago
  4. 76e9ad4 php: add unit test to bring coverage back up above 95% by Stanley Cheung · 9 years ago
  5. 6bd3180 php: make channel credentials createInsecure explicit by Stanley Cheung · 9 years ago
  6. d1cf36c pass auth metadata context to user callback by Stanley Cheung · 9 years ago
  7. 42fb706 add more unit test by Stanley Cheung · 9 years ago
  8. 3580580 php: metadata plugin based auth API by Stanley Cheung · 9 years ago
  9. c484ccf add todo for PHP by Jan Tattermusch · 9 years ago
  10. 232d625 Merge branch 'master' of github.com:grpc/grpc into core_creds_api_change by Julien Boeuf · 9 years ago
  11. e32075f Fixing tests. by Julien Boeuf · 9 years ago
  12. 675b5ce Merge branch 'master' of github.com:grpc/grpc into core_creds_api_change by Julien Boeuf · 9 years ago
  13. 334314b Updating the server1 cert so that it can be used with Go. by Julien Boeuf · 9 years ago
  14. d5b2056 php: ran php-cs-fixer to comply with php coding standard by Stanley Cheung · 9 years ago
  15. aeea102 php: split grpc_credentials to channel_credentials and call_credentials by Stanley Cheung · 9 years ago
  16. af93a8f php: remove ssl_cert_file env var by Stanley Cheung · 9 years ago
  17. d94f926 php: remove ssl_cert_file env var by Stanley Cheung · 9 years ago
  18. 030387d remove include by Stanley Cheung · 9 years ago
  19. 47c1a53 php: remove unused file by Stanley Cheung · 9 years ago
  20. 75457ff php: add more unit test for code coverage analysis by Stanley Cheung · 9 years ago
  21. 42e2beb Merge pull request #3858 from enisoc/php-close by Stanley Cheung · 9 years ago
  22. 04e1eb8 PHP: Fix property reference in BaseStub::close() by Anthony Yeh · 9 years ago
  23. 59a15a8 php: add remaining auth interop tests by Stanley Cheung · 9 years ago
  24. ba0cb56 php: add use_tls and use_test_ca param to interop tests script by Stanley Cheung · 9 years ago
  25. e5f41cb php: fix empty_stream interop test; by Stanley Cheung · 9 years ago
  26. b0cd08a php: validate and normalize metadata keys by Stanley Cheung · 9 years ago
  27. 66ec9bb php: call writesDone in interop test by Stanley Cheung · 9 years ago
  28. e5ba29f php: implement empty_stream interop test by Stanley Cheung · 9 years ago
  29. e5515d4 Merge pull request #3372 from grpc/release-0_11 by David G. Quintas · 9 years ago
  30. 3543ea4 php: fix watchConnectivityState unit test by Stanley Cheung · 9 years ago
  31. 3ba30e1 Drop issue 527 TODOs for interop specification by Nathaniel Manista · 9 years ago
  32. e9cfa31 minor fixes by Stanley Cheung · 9 years ago
  33. e4c4738 php: add examples for apache and nginx by Stanley Cheung · 9 years ago
  34. 03e170e php: add cancel_after_begin interop test by Stanley Cheung · 9 years ago
  35. 5331776 php: clean up api around flags by Stanley Cheung · 9 years ago
  36. 3ab8e79 php: support per message compression disable by Stanley Cheung · 9 years ago
  37. 4135a21 php: add comment for why cancel_after_begin cannot be done by Stanley Cheung · 9 years ago
  38. 69e9747 php: fix interop stub construction after codegen fix by Stanley Cheung · 9 years ago
  39. 4c0fcda php: add tests for waitForReady by Stanley Cheung · 9 years ago
  40. 2e405d4 php: update codegen, client now extends basestub by Stanley Cheung · 9 years ago
  41. 43a53ff Merge pull request #2998 from stanley-cheung/php_null_call_host by Michael Lumish · 9 years ago
  42. 478fb00 php: expose per-call host override option by Stanley Cheung · 9 years ago
  43. c0c9ba9 php: fix timeout interop test, use 1ms as timeout by Stanley Cheung · 9 years ago
  44. 04b7a41 php: add watchForReady method by Stanley Cheung · 9 years ago
  45. 4c5c7b8 php: add more tests by Stanley Cheung · 9 years ago
  46. a63fdd0 php: wrap watchConnectivityState api by Stanley Cheung · 9 years ago
  47. e63354a php: wrap getConnectivityState API by Stanley Cheung · 9 years ago
  48. c0034dd review feedback: unit test of uri value too strict by Stanley Cheung · 9 years ago
  49. db98e08 Exposed channel target and call peer in PHP by Stanley Cheung · 9 years ago
  50. 352f38c Remove metadata checks - these are testing things that arent true by Craig Tiller · 9 years ago
  51. cc019af add PHP timeout interop test by Stanley Cheung · 9 years ago
  52. 3fa51a3 update PHP README installation instructions, and dockerfile by Stanley Cheung · 9 years ago
  53. 700dfd9 php test math proto: add default value by Stanley Cheung · 9 years ago
  54. f420687 PHP: add support to pass JWT auth uri to auth library by Stanley Cheung · 9 years ago
  55. e19497a add php compute_engine_creds auth interop test by Stanley Cheung · 9 years ago
  56. 4fbc53e more comments by Stanley Cheung · 9 years ago
  57. 0e08aed add php service account credentials auth interop test, tested against cloud server by Stanley Cheung · 9 years ago
  58. 77c45eb remove opts param from signature by Stanley Cheung · 10 years ago
  59. 9bd0c64 forgot to update class name by Stanley Cheung · 10 years ago
  60. 2c9c763 Support update metadata callback function in php BaseStub by Stanley Cheung · 10 years ago
  61. 8be9887 Merge pull request #1178 from murgatroid99/php_camel_case_methods by Tim Emiola · 10 years ago
  62. e80fdd3 Updated GeneratedCodeTest to match (not so) recent stub changes by murgatroid99 · 10 years ago
  63. 10286d3 Updated PHP files to new method names by murgatroid99 · 10 years ago
  64. bdf24cf Merge pull request #1153 from murgatroid99/php_interop_selector_fix by Tim Emiola · 10 years ago
  65. 081cccc Re-added overzealously removed file by murgatroid99 · 10 years ago
  66. 245a0ec Removed generated code files by murgatroid99 · 10 years ago
  67. 65dda6c Updated generated code to match protos by murgatroid99 · 10 years ago
  68. a60dd3b Added proto files by murgatroid99 · 10 years ago
  69. abd364d Minor fix to test case switch statement, to fix a false negative by murgatroid99 · 10 years ago
  70. b2a6d01 Replaced existing autoloader with one generated by composer by murgatroid99 · 10 years ago
  71. c1da8f2 Made necessary changes to get interop tests working by murgatroid99 · 10 years ago
  72. 1b027f5 Updated final tests to pass by murgatroid99 · 10 years ago
  73. 44cfd3e Resolved merge conflicts with master by murgatroid99 · 10 years ago
  74. 9fe516a EndToEndTest now works by murgatroid99 · 10 years ago
  75. 4eb8bba Further updated EndToEndTest by murgatroid99 · 10 years ago
  76. d8bb957 Fixed some tests for new API by murgatroid99 · 10 years ago
  77. 8b87e84 Switched to new secure server API by murgatroid99 · 10 years ago
  78. 5cdf37e Removed execute permissions from README files. by Misha Brukman · 10 years ago
  79. 597a4f2 Verifying the peer name on the X509 Certs correctly. by Julien Boeuf · 10 years ago
  80. ce5021b Add missing new-lines at end of file by Craig Tiller · 10 years ago
  81. 2e498aa Add PHP Copyright by Craig Tiller · 10 years ago
  82. 90277ee Merge pull request #379 from murgatroid99/php_cancellation_interop_tests by Tim Emiola · 10 years ago
  83. 8886a55 Merge pull request #373 from murgatroid99/php_metadata_representation by Tim Emiola · 10 years ago
  84. 554fe35 Fixed error in new test by murgatroid99 · 10 years ago
  85. 75c9d2f Added cancel_after_first_response interop test by murgatroid99 · 10 years ago
  86. d96db79 Switched to binding servers to port 0 in tests by murgatroid99 · 10 years ago
  87. 5ca9f92 Changed PHP metadata representation to associative array of arrays of strings by murgatroid99 · 10 years ago
  88. d9ba1db Removed assertEquals from TimevalTest by murgatroid99 · 10 years ago
  89. 5accd24 Removed uses of assertEquals, which internally uses weak comparison by murgatroid99 · 10 years ago
  90. 25e5f67 Removed all instances of == and != in PHP code by murgatroid99 · 10 years ago
  91. 14d2ce2 Updated PHP library to handle generated code without explicit references to grpc by murgatroid99 · 10 years ago
  92. f21eb25 Fixed PHP interop tests by murgatroid99 · 10 years ago
  93. 1d89452 Switched to new grpc_call_invoke API by murgatroid99 · 10 years ago
  94. 156e67d Added PSR-4 compatible autoloader as defined at http://www.php-fig.org/psr/psr-4/. by mlumish · 10 years ago
  95. 8f91163 Switched call errors to exceptions instead of return values by mlumish · 10 years ago
  96. 34cd1f0 Switched events to use native objects instead of wrappers by mlumish · 10 years ago
  97. dba8789 Replaced calls to grpc_call_accept with newer functions 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