Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | update method prop visibility | thinkerou | 2017-01-20 |
| | |||
* | Fix various PHP bugs | Stanley Cheung | 2017-01-11 |
| | |||
* | fix code style | thinkerou | 2016-12-15 |
| | |||
* | update php style | thinkerou | 2016-11-01 |
| | |||
* | phpdoc types | Stanislav Pavlovichev | 2016-10-28 |
| | |||
* | fix php code style | thinkerou | 2016-09-09 |
| | |||
* | php: use ssl hostname_override as auth audience uri if present | Stanley Cheung | 2016-09-06 |
| | |||
* | support php7 by marco | thinkerou | 2016-07-20 |
| | |||
* | Load default roots.pem in PHP via grpc_set_ssl_roots_override_callback | thinkerou | 2016-06-17 |
| | |||
* | php: add channel argument to BaseStub constructor | Stanley Cheung | 2016-06-13 |
| | |||
* | php: make channel | Stanley Cheung | 2015-12-16 |
| | | | | credentials createInsecure explicit | ||
* | php: metadata plugin based auth API | Stanley Cheung | 2015-12-10 |
| | |||
* | php: remove callable type hint from BaseStub->_simpleRequest() | Parker Moore | 2015-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 beginning | Stanley Cheung | 2015-11-08 |
| | |||
* | php: ran php-cs-fixer to comply with php coding standard | Stanley Cheung | 2015-10-27 |
| | |||
* | php: fix inconsistent array notation | Stanley Cheung | 2015-10-27 |
| | |||
* | php: add more unit test for code coverage analysis | Stanley Cheung | 2015-10-20 |
| | |||
* | PHP: Fix property reference in BaseStub::close() | Anthony Yeh | 2015-10-15 |
| | |||
* | fixed comment | Stanley Cheung | 2015-10-12 |
| | |||
* | php: validate and normalize metadata keys | Stanley Cheung | 2015-10-09 |
| | |||
* | php: support per message compression disable | Stanley Cheung | 2015-09-02 |
| | |||
* | php: fixed constant typo | Stanley Cheung | 2015-08-17 |
| | |||
* | php: connectivity state review feedback | Stanley Cheung | 2015-08-13 |
| | |||
* | php: add watchForReady method | Stanley Cheung | 2015-08-13 |
| | |||
* | php: wrap getConnectivityState API | Stanley Cheung | 2015-08-13 |
| | |||
* | Exposed channel target and call peer in PHP | Stanley Cheung | 2015-07-27 |
| | |||
* | add user-agent for php | Stanley Cheung | 2015-07-24 |
| | |||
* | add PHP timeout interop test | Stanley Cheung | 2015-06-15 |
| | |||
* | add comment | Stanley Cheung | 2015-05-12 |
| | |||
* | PHP: add support to pass JWT auth uri to auth library | Stanley Cheung | 2015-05-12 |
| | |||
* | Support update metadata callback function in php BaseStub | Stanley Cheung | 2015-04-21 |
| | |||
* | Removed redundant autoload require lines | murgatroid99 | 2015-03-27 |
| | |||
* | Replaced existing autoloader with one generated by composer | murgatroid99 | 2015-03-27 |
| | |||
* | Replaced existing PHP files with more batch-based implementation | murgatroid99 | 2015-03-26 |
| | |||
* | Add PHP Copyright | Craig Tiller | 2015-02-16 |
| | |||
* | Updated PHP library to handle generated code without explicit references to grpc | murgatroid99 | 2015-01-30 |
| | |||
* | Fixed PHP interop tests | murgatroid99 | 2015-01-30 |
| | |||
* | Added PSR-4 compatible autoloader as defined at ↵ | mlumish | 2015-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 config | mlumish | 2014-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 |