aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/php
Commit message (Collapse)AuthorAge
* php: missed a macro;Gravatar Stanley Cheung2016-07-29
|
* php: cleanup for GAGravatar Stanley Cheung2016-07-28
|
* Merge pull request #7552 from thinkerou/wrap_php7_thirdGravatar Stanley Cheung2016-07-28
|\ | | | | PHP: use php7_wrapper to reduce duplicated codes(final part)
| * add macro PHP_GRPC_INIT_HANDLERGravatar thinkerou2016-07-28
| |
| * delete commented-code for missingGravatar thinkerou2016-07-28
| |
| * add PHP_GRPC_FREE_CLASS_OBJECT macroGravatar thinkerou2016-07-28
| |
| * fix unused varGravatar thinkerou2016-07-28
| |
| * add some macro to reduce duplicate codeGravatar thinkerou2016-07-28
| |
| * add php_grpc_zend_object macro and rename klassGravatar thinkerou2016-07-27
| |
| * add macro to php7_wrapper for reduce duplicate codeGravatar thinkerou2016-07-27
| |
* | update READMEGravatar Stanley Cheung2016-07-26
| |
* | php: fix composer.jsonGravatar Stanley Cheung2016-07-26
|/
* fix indent use two spacesGravatar thinkerou2016-07-27
|
* add macro to php7_wrapper for reduce duplicate codeGravatar thinkerou2016-07-27
|
* Merge pull request #7498 from thinkerou/wrap_php7Gravatar kpayson642016-07-26
|\ | | | | PHP: use php7_wrapper to reduce duplicated codes(first part)
| * update copyrightGravatar Stanley Cheung2016-07-25
| |
* | remove outdated php dockerfile dependencyGravatar Stanley Cheung2016-07-22
| |
* | php: update composer.jsonGravatar Stanley Cheung2016-07-21
| |
| * use php7_wrapper to reduce dup-codesGravatar thinkerou2016-07-22
| |
| * use php7_wrapper to reduce dup-codesGravatar thinkerou2016-07-22
| |
* | php: fix minor style discrepencyGravatar Stanley Cheung2016-07-21
|/
* wrap long lines;Gravatar Stanley Cheung2016-07-20
|
* minor changes. cannot assume hostname unchangedGravatar Stanley Cheung2016-07-20
|
* support php7 by marcoGravatar thinkerou2016-07-20
|
* unify the version of google/authGravatar thinkerou2016-07-15
|
* php: fix interop tests breakageGravatar Stanley Cheung2016-07-13
|
* add back version to composer.json fileGravatar Stanley Cheung2016-07-13
|
* php: prepare for GA releaseGravatar Stanley Cheung2016-07-13
|
* php: remove gpr_log debugGravatar Stanley Cheung2016-07-08
|
* Merge pull request #6783 from thinkerou/compressGravatar kpayson642016-07-08
|\ | | | | Make PHP work correctly when receiving a compressed message
| * fetch and fix conflictGravatar thinkerou2016-07-08
| |\
* | | php: update example composer.jsonGravatar Stanley Cheung2016-07-07
| | |
* | | php: add warning about shutdown functionGravatar Stanley Cheung2016-07-07
| |/ |/|
* | Added TODO for php.Gravatar David Garcia Quintas2016-06-30
| |
* | Return success status of grpc_byte_buffer_readerGravatar David Garcia Quintas2016-06-30
| |
* | Merge pull request #7155 from stanley-cheung/php-fix-call-destroyGravatar Jan Tattermusch2016-06-30
|\ \ | | | | | | PHP: fix shutdown hang issue
* | | Updated git clone URLGravatar David Garcia Quintas2016-06-29
| | |
| * | php: fix shutdown hang, call was never destroyedGravatar Stanley Cheung2016-06-29
|/ /
* | Merge pull request #6848 from thinkerou/default_roots_pemGravatar Jan Tattermusch2016-06-20
|\ \ | | | | | | Load default roots.pem in PHP via grpc_set_ssl_roots_override_callback
* | | php: there is an unimplemented serviceGravatar Stanley Cheung2016-06-17
| | |
* | | php: implement 2 more interop testsGravatar Stanley Cheung2016-06-17
| | |
* | | php: implement custom_metadata interop testGravatar Stanley Cheung2016-06-17
| | |
* | | Merge pull request #6902 from sreecha/php_stress_testGravatar Jan Tattermusch2016-06-17
|\ \ \ | | | | | | | | PHP stress client in stress test framework
| | | * Make PHP work correctly when receiving a compressed messageGravatar thinkerou2016-06-17
| |_|/ |/| |
| | * Load default roots.pem in PHP via grpc_set_ssl_roots_override_callbackGravatar thinkerou2016-06-17
| |/ |/|
| * Fix a typo in php stress client that was causing the php client to ignore ↵Gravatar Sree Kuchibhotla2016-06-14
| | | | | | | | any explicitly passed port
| * PHP stress client in stress test frameworkGravatar Sree Kuchibhotla2016-06-14
| |
* | php: add call getTrailingMetadata APIGravatar Stanley Cheung2016-06-14
|/
* php: add channel argument to BaseStub constructorGravatar Stanley Cheung2016-06-13
|
* Merge pull request #6659 from stanley-cheung/php-fix-styleGravatar Jan Tattermusch2016-06-10
|\ | | | | PHP: ran php-cs-fixer again