aboutsummaryrefslogtreecommitdiffhomepage
path: root/php/src/Google/Protobuf/Internal/DescriptorPool.php
Commit message (Collapse)AuthorAge
* Use legacy name in php runtime (#4741)Gravatar Paul Yang2018-06-07
| | | | | | | | | * Use legacy name in php runtime Old generated code cannot work with new runtime, because the new runtime assumes new class name for nested message. For details see #4738. * Remove unused method
* Enforce all error report for php tests. (#3670)Gravatar Paul Yang2017-09-22
| | | | | | * 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)Gravatar Brent Shaffer2017-08-01
|
* Add nested enum descriptor in php rumtime. (#3009)Gravatar Paul Yang2017-04-24
|
* Rename encode/decode to serializeToString/mergeFromString (#2795)Gravatar Paul Yang2017-03-08
| | | | | 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)Gravatar Paul Yang2016-09-15
This pull request includes two implementation: C extension and PHP package. Both implementations support encode/decode of singular, repeated and map fields.