aboutsummaryrefslogtreecommitdiff
path: root/php/ext
Commit message (Expand)AuthorAgeFilesLines
...
* Update php version number to 3.4.0Bo Yang2017-08-161-1/+1
* Update php c extension version number.Bo Yang2017-08-162-3/+19
* Fix the bug in php c extension that setting one field can change anotherĀ fie...Paul Yang2017-08-044-33/+76
* Add getClass for php Descriptor in c extension (#3443)Paul Yang2017-08-022-0/+12
* Expose descriptor API in php c extension (#3422)Paul Yang2017-08-023-25/+550
* Fix cycle dependency for repeated field not collected by gc (#3399)Paul Yang2017-07-256-45/+190
* Merge 3.3.x into masterBo Yang2017-07-183-2/+43
|\
| * Update version number to 3.3.2Bo Yang2017-06-212-2/+18
| * Remove inclusion of ext/json/php_json.h. (#3241)Jeff Ching2017-06-201-1/+0
| * Oneof field should be serialized even it's equal to default. (#3153)Paul Yang2017-06-201-1/+3
| * Add ARRAY for reserved name (#3150)Paul Yang2017-06-201-2/+2
| * Add LICENSE in package.xml (#3083)Paul Yang2017-05-111-0/+1
| * Merge pull request #3074 from xfxyjwf/3.3.xFeng Xiao2017-05-112-2/+18
| |\
| | * Update version number to 3.3.1Feng Xiao2017-05-082-2/+18
| * | Fix upb load descriptor when no messages defined in prorto. (#3080)Paul Yang2017-05-111-0/+3
| * | Fix c extension for php7.1. (#3077)Paul Yang2017-05-101-0/+8
| |/
* | Fix Implicit Return Types (#3363)Richard Fussenegger2017-07-171-2/+2
* | Initial value in generated code cannot be used by c extension. (#3367)Paul Yang2017-07-142-2/+20
* | Add map iterator for c extension (#3350)Paul Yang2017-07-134-4/+119
* | Uncomment php tests (#3301)Paul Yang2017-07-091-1/+1
* | Add json encode/decode for php. (#3226)Paul Yang2017-06-304-40/+91
* | Remove inclusion of ext/json/php_json.h. (#3241)Jeff Ching2017-06-171-1/+0
* | Add new file option php_namespace. (#3162)Paul Yang2017-06-053-208/+229
* | Oneof field should be serialized even it's equal to default. (#3153)Paul Yang2017-05-291-1/+3
* | Add ARRAY for reserved name (#3150)Paul Yang2017-05-291-2/+2
|/
* 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-211-8/+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-199-1070/+1716
* 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-173-338/+271
* Bug fix: When encoding, negative int32 values should be padded to int64 (#2660)Paul Yang2017-03-151-1/+1
* Repeated/Map field setter should accept a regular PHP array (#2817)Paul Yang2017-03-105-27/+154
* Rename encode/decode to serializeToString/mergeFromString (#2795)Paul Yang2017-03-083-6/+6
* Add mergeFrom method on Message (#2766)Paul Yang2017-03-016-4/+251
* 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-113-2/+39
* Implement json encoding decoding for php. (#2682)Paul Yang2017-02-085-6/+144
* Update upb for php. (#2662)Paul Yang2017-02-064-936/+2245
* Merge 3.2.x branch into master (#2648)Paul Yang2017-01-312-5/+21
* Oneof accessor should return the field name that is actually set. (#2631)Paul Yang2017-01-273-1/+43
* Make php generated code conform to PSR-4. (#2435)Paul Yang2016-12-083-6/+19
* Rename Empty to GPBEmpty in php generated file.Paul Yang2016-11-162-4/+11
* Fix php c extension on 32-bit machines. (#2348)Paul Yang2016-11-103-11/+155
* Implement RepeatedFieldIter for c extension. (#2333)Paul Yang2016-11-083-2/+142
* 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-058-27/+35
* Fix segmentation fault when ZTS is defined.Bo Yang2016-10-053-14/+18
* PHP: fix ZTS tsrm_ls errors (#2189)Stanley Cheung2016-10-046-59/+69