Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | php: ran php-cs-fixer to comply with php coding standard | 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 |
| | |||
* | php: validate and normalize metadata keys | Stanley Cheung | 2015-10-09 |
| | |||
* | minor fixes | Stanley Cheung | 2015-09-22 |
| | |||
* | php: add examples for apache and nginx | Stanley Cheung | 2015-09-22 |
| | |||
* | php: clean up api around flags | Stanley Cheung | 2015-09-02 |
| | |||
* | php: support per message compression disable | Stanley Cheung | 2015-09-02 |
| | |||
* | php: fix interop stub construction after codegen fix | Stanley Cheung | 2015-08-27 |
| | |||
* | php: add tests for waitForReady | Stanley Cheung | 2015-08-20 |
| | |||
* | php: update codegen, client now extends basestub | Stanley Cheung | 2015-08-20 |
| | |||
* | Exposed channel target and call peer in PHP | Stanley Cheung | 2015-07-27 |
| | |||
* | update PHP README installation instructions, and dockerfile | Stanley Cheung | 2015-06-10 |
| | |||
* | php test math proto: add default value | Stanley Cheung | 2015-05-13 |
| | |||
* | remove opts param from signature | Stanley Cheung | 2015-04-21 |
| | |||
* | forgot to update class name | Stanley Cheung | 2015-04-21 |
| | |||
* | Support update metadata callback function in php BaseStub | Stanley Cheung | 2015-04-21 |
| | |||
* | Updated GeneratedCodeTest to match (not so) recent stub changes | murgatroid99 | 2015-04-02 |
| | |||
* | Removed generated code files | murgatroid99 | 2015-03-31 |
| | |||
* | Updated generated code to match protos | murgatroid99 | 2015-03-31 |
| | |||
* | Added proto files | murgatroid99 | 2015-03-31 |
| | |||
* | Replaced existing autoloader with one generated by composer | murgatroid99 | 2015-03-27 |
| | |||
* | Add missing new-lines at end of file | Craig Tiller | 2015-02-18 |
| | |||
* | Add PHP Copyright | Craig Tiller | 2015-02-16 |
| | |||
* | Removed uses of assertEquals, which internally uses weak comparison | murgatroid99 | 2015-02-02 |
| | |||
* | 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 |