aboutsummaryrefslogtreecommitdiff
path: root/composer.json
Commit message (Collapse)AuthorAgeFilesLines
* Update PHP descriptors (#3391)michaelbausor2017-08-041-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | * Add descriptors test * Update descriptors tests * Add public descriptors * Add test_desriptors.proto to test script * Update composer files * Remove references to GPBType, update tests to be compatible with c * Update for c extension compatibility * Remove nested enums for descriptor, update tests * Strip leading '.' from descriptor name * Update tests with test for getClass, fix OneofDescriptor * Add new files to Makefile.am
* need for php math functions. used in mergeFromJsonString (#3409)Sergey2017-07-251-0/+3
|
* Follows proper autoloading standards (#3123)Brent Shaffer2017-06-141-4/+1
| | | | | | | | | | | | | | * Follows proper autoloading standards - Splits PHP classes in descriptor.php into separate files - Splits MapFieldIter and RepeatedFieldIter into separate files - Moves descriptor.php to Internal/functions.php - Moves all namespaced functions into Iternal/functions.php * fixes Makefile.am for added php files * [PHP] moves all functions to GPBUtil * removes description.php from the makefile
* Fixed issue with autoloading - Invalid paths (#2538)NicklasWallgren2016-12-281-3/+3
|
* Make php generated code conform to PSR-4. (#2435)Paul Yang2016-12-081-3/+3
| | | | 1. Generate single file for each message. 2. Lazily initiate metadata.
* Fix pure php implementation for 32-bit machine. (#2282)Paul Yang2016-10-251-2/+1
|
* Check in php implementation. (#2052)Paul Yang2016-09-151-0/+24
This pull request includes two implementation: C extension and PHP package. Both implementations support encode/decode of singular, repeated and map fields.