aboutsummaryrefslogtreecommitdiff
path: root/php/tests
Commit message (Expand)AuthorAgeFilesLines
...
* Add getClass for php Descriptor in c extension (#3443)Paul Yang2017-08-021-1/+4
* Expose descriptor API in php c extension (#3422)Paul Yang2017-08-023-1/+279
* Fix cycle dependency for repeated field not collected by gc (#3399)Paul Yang2017-07-252-19/+53
* Support PHP generic services (#3269)Matt A2017-07-184-1/+142
* remove pass by reference for php setters (#3344)Brent Shaffer2017-07-171-17/+19
* Initial value in generated code cannot be used by c extension. (#3367)Paul Yang2017-07-143-0/+15
* Add map iterator for c extension (#3350)Paul Yang2017-07-131-0/+34
* Uncomment php tests (#3301)Paul Yang2017-07-091-415/+415
* Add json encode/decode for php. (#3226)Paul Yang2017-06-3010-1493/+1539
* adds PHPDoc @return and @param for getters and setters respectively (#3131)Brent Shaffer2017-06-272-1/+338
* Switch to addEnumType to fix fatal error (#3225)Ryan Gordon2017-06-192-145/+196
* Add new file option php_namespace. (#3162)Paul Yang2017-06-055-0/+49
* Oneof field should be serialized even it's equal to default. (#3153)Paul Yang2017-05-291-0/+7
* Add ARRAY for reserved name (#3150)Paul Yang2017-05-293-2/+8
* 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-241-1/+2
* Throw exception when parsing invalid data. (#3000)Paul Yang2017-04-211-0/+198
* Allow proto files to import descriptor.proto (#2995)Paul Yang2017-04-203-3/+23
* Prepend "PB" to generated classes whose name are reserved words. (#2990)Paul Yang2017-04-204-0/+29
* 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-195-30/+46
* Add file option php_class_prefix (#2849)Paul Yang2017-03-176-4/+33
* Bug fix: When encoding, negative int32 values should be padded to int64 (#2660)Paul Yang2017-03-153-8/+34
* Repeated/Map field setter should accept a regular PHP array (#2817)Paul Yang2017-03-101-0/+95
* Rename encode/decode to serializeToString/mergeFromString (#2795)Paul Yang2017-03-086-35/+269
* Add mergeFrom method on Message (#2766)Paul Yang2017-03-014-3/+120
* Add clear method to PHP message (#2700)Paul Yang2017-02-115-7/+126
* Implement json encoding decoding for php. (#2682)Paul Yang2017-02-081-1/+14
* Merge 3.2.x branch into master (#2648)Paul Yang2017-01-315-32/+82
* Oneof accessor should return the field name that is actually set. (#2631)Paul Yang2017-01-271-0/+6
* PHP fix int64 decoding (#2516)Sufir2017-01-081-0/+30
* Make php generated code conform to PSR-4. (#2435)Paul Yang2016-12-0817-2450/+50
* Generate phpdoc in php generated files. (#2406)Paul Yang2016-12-013-4/+961
* Rename Empty to GPBEmpty in php generated file.Paul Yang2016-11-163-1/+42
* Fix php c extension on 32-bit machines. (#2348)Paul Yang2016-11-102-6/+15
* Implement RepeatedFieldIter for c extension. (#2333)Paul Yang2016-11-081-0/+11
* Fix pure php implementation for 32-bit machine. (#2282)Paul Yang2016-10-256-157/+364
* Fix the bug that message without namespace is not found in the descriptor poo...Paul Yang2016-10-113-0/+48
* Fix compile error for php on Mac.Bo Yang2016-10-051-5/+0
* Fix segmentation fault when ZTS is defined.Bo Yang2016-10-051-20/+20
* Test php5.5_c test on jenkinsBo Yang2016-10-031-5/+5
* PHP: support 7.0 on PHP implementation (#2162)Stanley Cheung2016-09-221-1/+3
* Integrate internal changesBo Yang2016-09-192-0/+1421
* Auto-generate proto files for tests.Bo Yang2016-09-153-1424/+12
* Add back missing test proto files.Bo Yang2016-09-151-0/+7
* Check in php implementation. (#2052)Paul Yang2016-09-1513-4/+4810