aboutsummaryrefslogtreecommitdiff
path: root/php/ext/google/protobuf/def.c
Commit message (Expand)AuthorAgeFilesLines
* fix for API change in PHP 7.3 (#4898)Paul Yang2018-07-121-9/+9
* Fix php memory leak test (#4692)Paul Yang2018-05-291-0/+1
* PHP namespaces for nested messages and enums (#4536)Brent Shaffer2018-05-251-89/+164
* Fix memory leak in php7Bo Yang2017-12-061-0/+1
* Fix several more memory leakBo Yang2017-12-061-0/+1
* Merge remote-tracking branch 'origin/3.4.x' into masterJisi Liu2017-10-111-8/+9
|\
| * Change array to map for reserved names in c extensionBo Yang2017-09-111-24/+1
| * Add prefix to php reserved keywords.Bo Yang2017-09-081-3/+27
* | Add any support in php runtime. (#3486)Paul Yang2017-08-251-37/+20
|/
* Add getClass for php Descriptor in c extension (#3443)Paul Yang2017-08-021-0/+11
* Expose descriptor API in php c extension (#3422)Paul Yang2017-08-021-15/+466
* Add new file option php_namespace. (#3162)Paul Yang2017-06-051-6/+21
* Add ARRAY for reserved name (#3150)Paul Yang2017-05-291-2/+2
* Prepend "PB" to generated classes whose name are reserved words. (#2990)Paul Yang2017-04-201-43/+80
* Make PHP c extension work with PHP7 (#2951)Paul Yang2017-04-191-168/+161
* Add file option php_class_prefix (#2849)Paul Yang2017-03-171-21/+41
* Implement json encoding decoding for php. (#2682)Paul Yang2017-02-081-0/+15
* Update upb for php. (#2662)Paul Yang2017-02-061-2/+2
* Rename Empty to GPBEmpty in php generated file.Paul Yang2016-11-161-2/+9
* Fix the bug that message without namespace is not found in the descriptor poo...Paul Yang2016-10-111-20/+26
* Fix compile error for php on Mac.Bo Yang2016-10-051-1/+2
* Check in php implementation. (#2052)Paul Yang2016-09-151-266/+343
* Integrate google internal changes.Jisi Liu2016-03-301-0/+381