aboutsummaryrefslogtreecommitdiff
path: root/php
Commit message (Expand)AuthorAgeFilesLines
* Switch to addEnumType to fix fatal error (#3225)Ryan Gordon2017-06-194-160/+235
* Remove inclusion of ext/json/php_json.h. (#3241)Jeff Ching2017-06-171-1/+0
* Fix php jenkins test (#3233)Paul Yang2017-06-151-1/+1
* Fix incorrect function call (#3232)michaelbausor2017-06-151-1/+1
* Follows proper autoloading standards (#3123)Brent Shaffer2017-06-1414-836/+1039
* Add new file option php_namespace. (#3162)Paul Yang2017-06-0535-208/+568
* Oneof field should be serialized even it's equal to default. (#3153)Paul Yang2017-05-293-1/+17
* Add ARRAY for reserved name (#3150)Paul Yang2017-05-295-5/+11
* Adds fluent setters for PHP (#3130)Brent Shaffer2017-05-291-0/+13
* Add compatibility test for php. (#3041)Paul Yang2017-05-052-2/+113
* Add prefix to enum value with reserved name. (#3020)v3.3.0Paul Yang2017-04-261-0/+1
* Add a test case for nested enum, which was missed previously. (#3010)Paul Yang2017-04-251-0/+1
* Add nested enum descriptor in php rumtime. (#3009)v3.3.0rc1Paul Yang2017-04-243-1/+11
* Update php version number to 3.3.0 (#3001)Paul Yang2017-04-242-6/+22
* Throw exception when parsing invalid data. (#3000)Paul Yang2017-04-215-49/+296
* Allow proto files to import descriptor.proto (#2995)Paul Yang2017-04-205-5/+23
* Prepend "PB" to generated classes whose name are reserved words. (#2990)Paul Yang2017-04-207-53/+136
* Add test for nested enum for php (#2989)Paul Yang2017-04-194-0/+22
* Enum defined without package have incorrect class name. (#2988)Paul Yang2017-04-194-6/+19
* Make PHP c extension work with PHP7 (#2951)Paul Yang2017-04-1916-1100/+1769
* Update commit number in Docker to update composer dependency (#2869)Paul Yang2017-03-213-4/+6
* Add file option php_class_prefix (#2849)Paul Yang2017-03-1737-439/+468
* Bug fix: When encoding, negative int32 values should be padded to int64 (#2660)Paul Yang2017-03-158-23/+49
* Repeated/Map field setter should accept a regular PHP array (#2817)Paul Yang2017-03-108-40/+328
* Rename encode/decode to serializeToString/mergeFromString (#2795)Paul Yang2017-03-0811-45/+281
* Add mergeFrom method on Message (#2766)Paul Yang2017-03-0111-7/+439
* Prefer the term "3-Clause BSD License" over "New BSD License"Sebastian Schuberth2017-02-281-3/+3
* Fix links to the New BSD License in meta-dataSebastian Schuberth2017-02-281-3/+3
* Add clear method to PHP message (#2700)Paul Yang2017-02-119-10/+275
* Implement json encoding decoding for php. (#2682)Paul Yang2017-02-086-7/+158
* Update upb for php. (#2662)Paul Yang2017-02-064-936/+2245
* Merge 3.2.x branch into master (#2648)Paul Yang2017-01-3113-75/+194
* Oneof accessor should return the field name that is actually set. (#2631)Paul Yang2017-01-275-1/+60
* PHP fix int64 decoding (#2516)Sufir2017-01-082-28/+77
* Make php generated code conform to PSR-4. (#2435)Paul Yang2016-12-0855-4988/+6089
* Generate phpdoc in php generated files. (#2406)Paul Yang2016-12-013-4/+961
* Rename Empty to GPBEmpty in php generated file.Paul Yang2016-11-166-6/+67
* Fix php c extension on 32-bit machines. (#2348)Paul Yang2016-11-106-17/+180
* Implement RepeatedFieldIter for c extension. (#2333)Paul Yang2016-11-084-2/+153
* Fix pure php implementation for 32-bit machine. (#2282)Paul Yang2016-10-2512-387/+519
* Fix the bug that message without namespace is not found in the descriptor poo...Paul Yang2016-10-115-23/+81
* Fix compile error for php on Mac.Bo Yang2016-10-059-32/+35
* Fix segmentation fault when ZTS is defined.Bo Yang2016-10-054-34/+38
* PHP: fix ZTS tsrm_ls errors (#2189)Stanley Cheung2016-10-046-59/+69
* Test php5.5_c test on jenkinsBo Yang2016-10-031-5/+5
* Fixing inconsistent php version number.Bo Yang2016-09-262-2/+2
* php: support 5.5.9 for pecl extension (#2174)Stanley Cheung2016-09-231-1/+1
* Update php supported version.Bo Yang2016-09-231-3/+3
* Modify php api version and minimum supported php version.Bo Yang2016-09-221-6/+7
* PHP: support 7.0 on PHP implementation (#2162)Stanley Cheung2016-09-222-22/+27