aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/php/lib/Grpc/BaseStub.php
Commit message (Collapse)AuthorAge
* fixes subpackage issue with loading composerGravatar Brent Shaffer2018-07-19
|
* PHP: add call invokerGravatar ZhouyihaiDing2018-06-26
|
* PHP: add deserialze as the argument for the interceptorGravatar ZhouyihaiDing2018-06-20
|
* 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: fix InterceptorChannel not autoload by composerGravatar ZhouyihaiDing2018-05-15
|
* gRPC PHP Client Interceptor implementation and testsGravatar ZhouyihaiDing2018-05-07
| | | | move InterceptorChannel to Internal subdir; change year
* Removed opts checks in BaseStub when the elements aren't not used.Gravatar Chad Kunde2018-01-30
|
* php return the right classesGravatar Guilherme Oliveira2017-10-09
|
* auto-fix most of licensesGravatar Jan Tattermusch2017-06-08
|
* Fixing is_a check for ChannelGravatar Rajendra Talekar2017-04-10
| | | php ```is_a``` function expects fully qualified class name to validate.
* update method prop visibilityGravatar thinkerou2017-01-20
|
* Fix various PHP bugsGravatar Stanley Cheung2017-01-11
|
* fix code styleGravatar thinkerou2016-12-15
|
* update php styleGravatar thinkerou2016-11-01
|
* phpdoc typesGravatar Stanislav Pavlovichev2016-10-28
|
* fix php code styleGravatar thinkerou2016-09-09
|
* php: use ssl hostname_override as auth audience uri if presentGravatar Stanley Cheung2016-09-06
|
* support php7 by marcoGravatar thinkerou2016-07-20
|
* Load default roots.pem in PHP via grpc_set_ssl_roots_override_callbackGravatar thinkerou2016-06-17
|
* php: add channel argument to BaseStub constructorGravatar Stanley Cheung2016-06-13
|
* php: make channelGravatar Stanley Cheung2015-12-16
| | | | credentials createInsecure explicit
* php: metadata plugin based auth APIGravatar Stanley Cheung2015-12-10
|
* php: remove callable type hint from BaseStub->_simpleRequest()Gravatar Parker Moore2015-12-01
| | | | | The "callable" type hint in PHP appears to be broken in PHP 5.6.6. It feels unnecessary here, as the required code is generated. See https://bugs.php.net/bug.php?id=61467&edit=1 for more info.
* php: append application user agent string at the beginningGravatar Stanley Cheung2015-11-08
|
* php: ran php-cs-fixer to comply with php coding standardGravatar Stanley Cheung2015-10-27
|
* php: fix inconsistent array notationGravatar Stanley Cheung2015-10-27
|
* php: add more unit test for code coverage analysisGravatar Stanley Cheung2015-10-20
|
* PHP: Fix property reference in BaseStub::close()Gravatar Anthony Yeh2015-10-15
|
* fixed commentGravatar Stanley Cheung2015-10-12
|
* php: validate and normalize metadata keysGravatar Stanley Cheung2015-10-09
|
* php: support per message compression disableGravatar Stanley Cheung2015-09-02
|
* php: fixed constant typoGravatar Stanley Cheung2015-08-17
|
* php: connectivity state review feedbackGravatar Stanley Cheung2015-08-13
|
* php: add watchForReady methodGravatar Stanley Cheung2015-08-13
|
* php: wrap getConnectivityState APIGravatar Stanley Cheung2015-08-13
|
* Exposed channel target and call peer in PHPGravatar Stanley Cheung2015-07-27
|
* add user-agent for phpGravatar Stanley Cheung2015-07-24
|
* add PHP timeout interop testGravatar Stanley Cheung2015-06-15
|
* add commentGravatar Stanley Cheung2015-05-12
|
* PHP: add support to pass JWT auth uri to auth libraryGravatar Stanley Cheung2015-05-12
|
* Support update metadata callback function in php BaseStubGravatar Stanley Cheung2015-04-21
|
* Removed redundant autoload require linesGravatar murgatroid992015-03-27
|
* Replaced existing autoloader with one generated by composerGravatar murgatroid992015-03-27
|
* Replaced existing PHP files with more batch-based implementationGravatar murgatroid992015-03-26
|
* Add PHP CopyrightGravatar Craig Tiller2015-02-16
|
* Updated PHP library to handle generated code without explicit references to grpcGravatar murgatroid992015-01-30
|
* Fixed PHP interop testsGravatar murgatroid992015-01-30
|
* Added PSR-4 compatible autoloader as defined at ↵Gravatar mlumish2015-01-05
| | | | | | | | | | | | | | http://www.php-fig.org/psr/psr-4/. SurfaceActiveCall.php was split into four files. Each file must contain exactly one PHP class because of the following line in the spec: > The terminating class name corresponds to a file name ending in .php. The file name MUST match the case of the terminating class name. Other changes were made to correctly import the library using the autoloader. Change on 2015/01/02 by mlumish <mlumish@google.com> ------------- Created by MOE: http://code.google.com/p/moe-java MOE_MIGRATED_REVID=83150065
* Added PHP to the global gRPC moe configGravatar mlumish2014-12-09
Change on 2014/12/09 by mlumish <mlumish@google.com> ------------- Created by MOE: http://code.google.com/p/moe-java MOE_MIGRATED_REVID=81727766