aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/php
Commit message (Collapse)AuthorAge
* Regenerate projectsGravatar Sanjay Pujare2019-01-03
|
* PHP interop client: do not append :443 to host name unless necessaryGravatar Jan Tattermusch2018-12-20
| | | | | $server_port is actually a string and appending the port number to server_host breaks jwt_token_creds testcase.
* do not use server override in php interop client by defaultGravatar Jan Tattermusch2018-12-20
|
* PHP: fix ZTS buildGravatar Stanley Cheung2018-11-28
|
* Fix PHP ZTS build breakageGravatar Stanley Cheung2018-11-27
|
* Wrap pthread_atwork callGravatar Stanley Cheung2018-11-20
|
* Regenerate projectsGravatar Muxi Yan2018-11-19
|
* Enable lcov 1.12 and 1.13 for gRPC PHPGravatar Lidi Zheng2018-11-15
|
* fixed if<space>Gravatar Tommy Chen2018-11-13
|
* added check for GRPC_ENABLE_FORK_SUPPORT in register_fork_handlersGravatar Tommy Chen2018-11-13
|
* re-running tests, squashing commitsGravatar Tommy Chen2018-11-13
|
* Regenerate projectsGravatar Stanley Cheung2018-10-08
|
* Use unique port in php testGravatar Juanli Shen2018-09-24
|
* Regenerate projectsGravatar Juanli Shen2018-08-27
|
* PHP: fix failed test 16392Gravatar ZhouyihaiDing2018-08-20
|
* PHP: fix failed test 16392Gravatar ZhouyihaiDing2018-08-17
|
* Add error checking for server args in PHPGravatar ncteisen2018-08-15
|
* PHP: upgrade interop test google/auth versionGravatar ZhouyihaiDing2018-08-01
|
* Merge pull request #16074 from bshaffer/issue-16072Gravatar Stanley Cheung2018-07-24
|\ | | | | fixes subpackage issue with loading composer
| * fixes subpackage issue with loading composerGravatar Brent Shaffer2018-07-19
| |
* | Regenerate projectsGravatar Srini Polavarapu2018-07-19
|/
* Upmerge v1.13.x into masterGravatar Mehrdad Afshari2018-07-09
|\
| * Regenerate projectsGravatar Srini Polavarapu2018-06-27
| |
| * PHP: add call invokerGravatar ZhouyihaiDing2018-06-26
| |
* | Merge pull request #15850 from grpc/v1.13.xGravatar Mehrdad Afshari2018-06-22
|\ \ | | | | | | Upmerge 1.13.x into master
| | * Regenerate ProjectsGravatar Mehrdad Afshari2018-06-22
| |/
| * PHP: add deserialze as the argument for the interceptorGravatar ZhouyihaiDing2018-06-20
| |
* | Merge pull request #15274 from JackOfMostTrades/verify-callback-coreGravatar Mark D. Roth2018-06-19
|\ \ | | | | | | Create verify_peer_options when creating ssl credentials to support a peer verification callback
| | * Regenerate projectsGravatar Mehrdad Afshari2018-06-15
| | |
* | | Merge pull request #15694 from srini100/bump-to-v1.14Gravatar Srini Polavarapu2018-06-14
|\ \ \ | | | | | | | | Bump master to v1.14
| | * | Create verify_peer_options when creating ssl credentials in order to expose ↵Gravatar Ian Haken2018-06-12
| | | | | | | | | | | | | | | | | | | | | | | | a verification callback option. These options are not yet exposed to languages outside of core.
| | | * Regenerate projectsGravatar Srini Polavarapu2018-06-08
| | |/
| * / Regenrate projectsGravatar Srini Polavarapu2018-06-08
| |/
* / fix readme markdown renderGravatar thinkerou2018-06-08
|/
* readmeGravatar ZhouyihaiDing2018-06-05
|
* PHP: fix flaky testsGravatar ZhouyihaiDing2018-06-01
|
* PHP: fix qps benchmark failure by updating protobuf versionGravatar ZhouyihaiDing2018-05-30
|
* Merge pull request #15282 from ZhouyihaiDing/fix-qpsGravatar kpayson642018-05-29
|\ | | | | PHP: fix QPS tests not working
* | php: remove invalid include fileGravatar thinkerou2018-05-18
| |
* | Merge pull request #15401 from thinkerou/add_macro_reduce_codeGravatar Zhouyihai Ding2018-05-17
|\ \ | | | | | | PHP: add two macro for reduce duplicate code
* \ \ Merge pull request #15417 from chingor13/php-default-channelGravatar Zhouyihai Ding2018-05-17
|\ \ \ | | | | | | | | PHP: Surface a static method to fetch the default Channel
| * | | Provide hostname to getDefaultChannelGravatar Jeff Ching2018-05-16
| | | |
| * | | Surface a static method to fetch the default Channel that a BaseStub would ↵Gravatar Jeff Ching2018-05-16
| | | | | | | | | | | | | | | | create
* | | | php InterceptorChannel inherits from ChannelGravatar ZhouyihaiDing2018-05-16
| | | |
* | | | php interceptor test nitsGravatar ZhouyihaiDing2018-05-16
|/ / /
* | | Merge pull request #15399 from ZhouyihaiDing/interceptor_composerGravatar Zhouyihai Ding2018-05-16
|\ \ \ | | | | | | | | PHP: fix InterceptorChannel not autoload by composer
| | * | add two macro for reduce duplicate codeGravatar thinkerou2018-05-16
| |/ / |/| |
| * | PHP: fix InterceptorChannel not autoload by composerGravatar ZhouyihaiDing2018-05-15
| | |
* | | remove invalid include-file and adjust include-file sortGravatar thinkerou2018-05-15
|/ /
* | PHP: chang shared channel behaviorGravatar ZhouyihaiDing2018-05-12
| | | | | | | | | | | | | | | | | | | | | | | | PHP: add persistent list upper bounnd check change upper bound from global to each target add ref/unreef; Only delete ref_count=0; make the code cleaner persistent map update after review u2nd pdate after the review