aboutsummaryrefslogtreecommitdiff
path: root/php/tests/memory_leak_test.php
Commit message (Expand)AuthorAgeFilesLines
* php: Added nanosecond support for Timestamp (#3972)Leonard Hecker2018-07-201-1/+1
* Fix php memory leak test (#4692)Paul Yang2018-05-291-4/+17
* PHP namespaces for nested messages and enums (#4536)Brent Shaffer2018-05-241-5/+5
* Fix more memory leak for php c extension (#4211)Paul Yang2018-01-251-6/+32
* Call php method via function name instead of calling directly.Bo Yang2017-12-121-4/+4
* Replace private timelib_update_ts with public date_timestamp_getBo Yang2017-12-121-0/+12
* Fix memory leak in php7Bo Yang2017-12-061-1/+2
* Fix several more memory leakBo Yang2017-12-061-2/+21
* Fix memory leak when creating map field via array.Bo Yang2017-12-061-0/+5
* Fix memory leak when creating repeated field via array.Bo Yang2017-12-061-0/+5
* Reserve unknown fields in php (#3659)Paul Yang2017-10-091-0/+4
* Use message name as defined in php runtime.Bo Yang2017-08-211-0/+2
* Fix the bug in php c extension that setting one field can change anotherĀ fie...Paul Yang2017-08-041-0/+1
* Initial value in generated code cannot be used by c extension. (#3367)Paul Yang2017-07-141-0/+1
* Add json encode/decode for php. (#3226)Paul Yang2017-06-301-1/+1
* Add new file option php_namespace. (#3162)Paul Yang2017-06-051-0/+5
* Add ARRAY for reserved name (#3150)Paul Yang2017-05-291-0/+1
* Prepend "PB" to generated classes whose name are reserved words. (#2990)Paul Yang2017-04-201-0/+3
* Add test for nested enum for php (#2989)Paul Yang2017-04-191-0/+2
* Enum defined without package have incorrect class name. (#2988)Paul Yang2017-04-191-0/+3
* Make PHP c extension work with PHP7 (#2951)Paul Yang2017-04-191-4/+5
* Add file option php_class_prefix (#2849)Paul Yang2017-03-171-0/+3
* Rename encode/decode to serializeToString/mergeFromString (#2795)Paul Yang2017-03-081-10/+10
* Add mergeFrom method on Message (#2766)Paul Yang2017-03-011-0/+5
* Make php generated code conform to PSR-4. (#2435)Paul Yang2016-12-081-1/+9
* Check in php implementation. (#2052)Paul Yang2016-09-151-0/+73