Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | php: missed a macro; | Stanley Cheung | 2016-07-29 |
| | |||
* | php: cleanup for GA | Stanley Cheung | 2016-07-28 |
| | |||
* | Merge pull request #7552 from thinkerou/wrap_php7_third | Stanley Cheung | 2016-07-28 |
|\ | | | | | PHP: use php7_wrapper to reduce duplicated codes(final part) | ||
| * | add macro PHP_GRPC_INIT_HANDLER | thinkerou | 2016-07-28 |
| | | |||
| * | delete commented-code for missing | thinkerou | 2016-07-28 |
| | | |||
| * | add PHP_GRPC_FREE_CLASS_OBJECT macro | thinkerou | 2016-07-28 |
| | | |||
| * | fix unused var | thinkerou | 2016-07-28 |
| | | |||
| * | add some macro to reduce duplicate code | thinkerou | 2016-07-28 |
| | | |||
| * | add php_grpc_zend_object macro and rename klass | thinkerou | 2016-07-27 |
| | | |||
| * | add macro to php7_wrapper for reduce duplicate code | thinkerou | 2016-07-27 |
| | | |||
* | | update README | Stanley Cheung | 2016-07-26 |
| | | |||
* | | php: fix composer.json | Stanley Cheung | 2016-07-26 |
|/ | |||
* | fix indent use two spaces | thinkerou | 2016-07-27 |
| | |||
* | add macro to php7_wrapper for reduce duplicate code | thinkerou | 2016-07-27 |
| | |||
* | Merge pull request #7498 from thinkerou/wrap_php7 | kpayson64 | 2016-07-26 |
|\ | | | | | PHP: use php7_wrapper to reduce duplicated codes(first part) | ||
| * | update copyright | Stanley Cheung | 2016-07-25 |
| | | |||
* | | remove outdated php dockerfile dependency | Stanley Cheung | 2016-07-22 |
| | | |||
* | | php: update composer.json | Stanley Cheung | 2016-07-21 |
| | | |||
| * | use php7_wrapper to reduce dup-codes | thinkerou | 2016-07-22 |
| | | |||
| * | use php7_wrapper to reduce dup-codes | thinkerou | 2016-07-22 |
| | | |||
* | | php: fix minor style discrepency | Stanley Cheung | 2016-07-21 |
|/ | |||
* | wrap long lines; | Stanley Cheung | 2016-07-20 |
| | |||
* | minor changes. cannot assume hostname unchanged | Stanley Cheung | 2016-07-20 |
| | |||
* | support php7 by marco | thinkerou | 2016-07-20 |
| | |||
* | unify the version of google/auth | thinkerou | 2016-07-15 |
| | |||
* | php: fix interop tests breakage | Stanley Cheung | 2016-07-13 |
| | |||
* | add back version to composer.json file | Stanley Cheung | 2016-07-13 |
| | |||
* | php: prepare for GA release | Stanley Cheung | 2016-07-13 |
| | |||
* | php: remove gpr_log debug | Stanley Cheung | 2016-07-08 |
| | |||
* | Merge pull request #6783 from thinkerou/compress | kpayson64 | 2016-07-08 |
|\ | | | | | Make PHP work correctly when receiving a compressed message | ||
| * | fetch and fix conflict | thinkerou | 2016-07-08 |
| |\ | |||
* | | | php: update example composer.json | Stanley Cheung | 2016-07-07 |
| | | | |||
* | | | php: add warning about shutdown function | Stanley Cheung | 2016-07-07 |
| |/ |/| | |||
* | | Added TODO for php. | David Garcia Quintas | 2016-06-30 |
| | | |||
* | | Return success status of grpc_byte_buffer_reader | David Garcia Quintas | 2016-06-30 |
| | | |||
* | | Merge pull request #7155 from stanley-cheung/php-fix-call-destroy | Jan Tattermusch | 2016-06-30 |
|\ \ | | | | | | | PHP: fix shutdown hang issue | ||
* | | | Updated git clone URL | David Garcia Quintas | 2016-06-29 |
| | | | |||
| * | | php: fix shutdown hang, call was never destroyed | Stanley Cheung | 2016-06-29 |
|/ / | |||
* | | Merge pull request #6848 from thinkerou/default_roots_pem | Jan Tattermusch | 2016-06-20 |
|\ \ | | | | | | | Load default roots.pem in PHP via grpc_set_ssl_roots_override_callback | ||
* | | | php: there is an unimplemented service | Stanley Cheung | 2016-06-17 |
| | | | |||
* | | | php: implement 2 more interop tests | Stanley Cheung | 2016-06-17 |
| | | | |||
* | | | php: implement custom_metadata interop test | Stanley Cheung | 2016-06-17 |
| | | | |||
* | | | Merge pull request #6902 from sreecha/php_stress_test | Jan Tattermusch | 2016-06-17 |
|\ \ \ | | | | | | | | | PHP stress client in stress test framework | ||
| | | * | Make PHP work correctly when receiving a compressed message | thinkerou | 2016-06-17 |
| |_|/ |/| | | |||
| | * | Load default roots.pem in PHP via grpc_set_ssl_roots_override_callback | thinkerou | 2016-06-17 |
| |/ |/| | |||
| * | Fix a typo in php stress client that was causing the php client to ignore ↵ | Sree Kuchibhotla | 2016-06-14 |
| | | | | | | | | any explicitly passed port | ||
| * | PHP stress client in stress test framework | Sree Kuchibhotla | 2016-06-14 |
| | | |||
* | | php: add call getTrailingMetadata API | Stanley Cheung | 2016-06-14 |
|/ | |||
* | php: add channel argument to BaseStub constructor | Stanley Cheung | 2016-06-13 |
| | |||
* | Merge pull request #6659 from stanley-cheung/php-fix-style | Jan Tattermusch | 2016-06-10 |
|\ | | | | | PHP: ran php-cs-fixer again |