aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/php
Commit message (Expand)AuthorAge
* Updated PHP library to handle generated code without explicit references to grpcGravatar murgatroid992015-01-30
* Fixed PHP interop testsGravatar murgatroid992015-01-30
* Fixed memory leak in PHP byte buffer creationGravatar murgatroid992015-01-29
* Merge branch 'master' of github.com:google/grpc into merge_new_invoke_apiGravatar murgatroid992015-01-23
|\
| * Fixed junk data bug in PHP SSL CredentialsGravatar murgatroid992015-01-22
* | Resolved merge conflicts with masterGravatar murgatroid992015-01-21
|\ \ | |/ |/|
* | Changing the SSL (Server) Credentials API.Gravatar Julien Boeuf2015-01-20
* | Use clang-format-3.5Gravatar Craig Tiller2015-01-18
| * Merge branch 'new_invoke_api' of github.com:google/grpc into update-apiGravatar Craig Tiller2015-01-16
|/|
* | Better GRPC_LIBDIR configGravatar Craig Tiller2015-01-16
* | Pickup wherever phpunit is installedGravatar Craig Tiller2015-01-16
* | Remove libevent referencesGravatar Craig Tiller2015-01-16
* | Sym-link in system extensionsGravatar Craig Tiller2015-01-16
* | Use local .gitignoreGravatar Craig Tiller2015-01-16
* | Dont hardcode phpunit directorGravatar Craig Tiller2015-01-16
* | Add shebangGravatar Craig Tiller2015-01-16
* | Build php modules from run_tests.pyGravatar Craig Tiller2015-01-16
| * Ran different clang-formatGravatar murgatroid992015-01-16
| * Switched to new grpc_call_invoke APIGravatar murgatroid992015-01-16
|/
* Merge pull request #5 from murgatroid99/php_configure_fixGravatar Tim Emiola2015-01-14
|\
* | clang-format codebaseGravatar Craig Tiller2015-01-13
| * Added libdl includeGravatar murgatroid992015-01-12
|/
* Added PSR-4 compatible autoloader as defined at http://www.php-fig.org/psr/ps...Gravatar mlumish2015-01-05
* Switched call errors to exceptions instead of return valuesGravatar mlumish2015-01-05
* Switched events to use native objects instead of wrappersGravatar mlumish2015-01-05
* Replaced calls to grpc_call_accept with newer functionsGravatar mlumish2015-01-05
* Removed reference to custom install locationGravatar mlumish2014-12-19
* Added support for trailing metadata, fixed status supportGravatar mlumish2014-12-16
* Moved interop client script to the same directory as other scripts. This also...Gravatar mlumish2014-12-15
* Added test data files to open source buildGravatar mlumish2014-12-10
* Added utility to make different tests bind to different portsGravatar mlumish2014-12-10
* Added PHP to the global gRPC moe configGravatar mlumish2014-12-09