aboutsummaryrefslogtreecommitdiff
path: root/php/ext
Commit message (Expand)AuthorAgeFilesLines
...
| * 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
* 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
* Modify php api version and minimum supported php version.Bo Yang2016-09-221-6/+7
* Bump version number to 3.1.0-alpha-1.Bo Yang2016-09-201-1/+1
* Some php engine implementation doesn't have return_value_ptr properly set. Ex...Bo Yang2016-09-151-1/+1
* Check in php implementation. (#2052)Paul Yang2016-09-1516-3745/+7936
* Fix spelling in strings and commentsOtto Kekäläinen2016-07-031-1/+1
* Integrate google internal changes.Jisi Liu2016-03-309-0/+21795