aboutsummaryrefslogtreecommitdiff
path: root/php/src/Google/Protobuf/Internal/DescriptorPool.php
Commit message (Collapse)AuthorAgeFilesLines
* Enforce all error report for php tests. (#3670)Paul Yang2017-09-221-4/+16
| | | | | | * Enforce all error report for php tests. * Import vendor/autoload.php in tests/bootstrap_phpunit.php
* Removes unnecessary pass-by-references in PHP internal classes (#3433)Brent Shaffer2017-08-011-7/+7
|
* Add nested enum descriptor in php rumtime. (#3009)v3.3.0rc1Paul Yang2017-04-241-0/+3
|
* Rename encode/decode to serializeToString/mergeFromString (#2795)Paul Yang2017-03-081-1/+1
| | | | | This better shows the semantic of the API. For already setted fields, mergeFromString do replacement for singular fields and appending for repeated fields.
* Check in php implementation. (#2052)Paul Yang2016-09-151-0/+162
This pull request includes two implementation: C extension and PHP package. Both implementations support encode/decode of singular, repeated and map fields.