aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/php
Commit message (Collapse)AuthorAge
* 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
* \ Merge branch 'master' of github.com:grpc/grpc into compression_md_level_bisGravatar David Garcia Quintas2016-06-03
|\ \
| * | GRPC_CHANNEL_FATAL_FAILURE --> GRPC_CHANNEL_SHUTDOWNGravatar Craig Tiller2016-06-02
| | |
| | * php: ran php-cs-fixer againGravatar Stanley Cheung2016-05-19
| |/
* | Merge branch 'master' of github.com:grpc/grpc into compression_md_level_bisGravatar David Garcia Quintas2016-05-18
|\|
| * Updated functions with TSRM macros for ZTS supportGravatar Michael Bausor2016-05-16
| |
* | Merge branch 'master' of github.com:grpc/grpc into compression_md_level_bisGravatar David Garcia Quintas2016-05-12
|\|
| * Merge remote-tracking branch 'upstream/master'Gravatar thinkerou2016-05-11
| |\
| * | add ownend and delete dtorGravatar thinkerou2016-05-11
| | |
* | | Allow servers to select compression level via initial MD.Gravatar David Garcia Quintas2016-05-09
| | | | | | | | | | | | | | | | | | | | | | | | Setting the newly added compression_level field of grpc_op::send_initial_metadata by a server now has the effect of applying that compression level for the subsequent call messages leaving the server. The ultimate meaning of the level depends on the client's supported compression algorithms.
| | * fix copyrightGravatar Stanley Cheung2016-05-06
| | |
| | * reuse interop client stubGravatar Stanley Cheung2016-05-06
| | |
| | * php: stress test clientGravatar Stanley Cheung2016-05-06
| |/ |/|
| * Add to call zend_object_std_dtorGravatar thinkerou2016-05-01
| |
| * PHP Extension: add owned assignmentGravatar thinkerou2016-04-27
|/