278 Commits (808ac3872427f1b2cd7eadd2a595825c5e0ceb2e)

Author SHA1 Message Date
murgatroid99 75c9d2f529 Added cancel_after_first_response interop test 10 years ago
murgatroid99 d96db79b92 Switched to binding servers to port 0 in tests 10 years ago
murgatroid99 5db18baab8 Corrected error in metadata parser 10 years ago
murgatroid99 5ca9f921ae Changed PHP metadata representation to associative array of arrays of strings 10 years ago
Craig Tiller c4f0ebe63b Prepare for the new batch call API. 10 years ago
murgatroid99 975a07b949 Switched Protobuf-PHP references to my fork, removed references to git-on-borg 10 years ago
murgatroid99 d9ba1db7fa Removed assertEquals from TimevalTest 10 years ago
murgatroid99 5accd24a76 Removed uses of assertEquals, which internally uses weak comparison 10 years ago
murgatroid99 25e5f67bb9 Removed all instances of == and != in PHP code 10 years ago
Craig Tiller a7cac78516 Prepare for the new batch call API. 10 years ago
murgatroid99 14d2ce27e7 Updated PHP library to handle generated code without explicit references to grpc 10 years ago
murgatroid99 f21eb2573b Fixed PHP interop tests 10 years ago
murgatroid99 c4c3bff814 Fixed memory leak in PHP byte buffer creation 10 years ago
murgatroid99 cbaacad719 Fixed junk data bug in PHP SSL Credentials 10 years ago
Julien Boeuf 8fbcc4391e Changing the SSL (Server) Credentials API. 10 years ago
Craig Tiller ecd49345b5 Use clang-format-3.5 10 years ago
Craig Tiller bc29d80159 Better GRPC_LIBDIR config 10 years ago
Craig Tiller c2e80bfbd0 Pickup wherever phpunit is installed 10 years ago
Craig Tiller eb65ac9974 Remove libevent references 10 years ago
Craig Tiller 62b03e2d9f Sym-link in system extensions 10 years ago
Craig Tiller ff7cdd3bad Use local .gitignore 10 years ago
Craig Tiller 1b3a881f8f Dont hardcode phpunit director 10 years ago
Craig Tiller e94373360f Add shebang 10 years ago
Craig Tiller aac57fde95 Build php modules from run_tests.py 10 years ago
murgatroid99 5430312c71 Ran different clang-format 10 years ago
murgatroid99 1d89452e11 Switched to new grpc_call_invoke API 10 years ago
Craig Tiller b5dcec5a2e clang-format codebase 10 years ago
murgatroid99 470a3ea1a1 Added libdl include 10 years ago
mlumish 156e67d417 Added PSR-4 compatible autoloader as defined at http://www.php-fig.org/psr/psr-4/. 10 years ago
mlumish 8f91163795 Switched call errors to exceptions instead of return values 10 years ago
mlumish 34cd1f0eec Switched events to use native objects instead of wrappers 10 years ago
mlumish dba878978d Replaced calls to grpc_call_accept with newer functions 10 years ago
mlumish 7d4ec77c17 Removed reference to custom install location 10 years ago
mlumish a7baac5280 Added support for trailing metadata, fixed status support 10 years ago
mlumish 31a829c165 Moved interop client script to the same directory as other scripts. This also moves it into the filegroup for the opensource build. 10 years ago
mlumish 5800755e0e Added test data files to open source build 10 years ago
mlumish f5aa29b628 Added utility to make different tests bind to different ports 10 years ago
mlumish b892a27e67 Added PHP to the global gRPC moe config 10 years ago