Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | 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 |