aboutsummaryrefslogtreecommitdiff
path: root/php/tests
Commit message (Collapse)AuthorAgeFilesLines
...
* Rename Empty to GPBEmpty in php generated file.Paul Yang2016-11-163-1/+42
| | | | In php, class name cannot be "Empty". Modified code generator to (#2375) generate GPBEmpty instead (for google.protobuf.Empty only). Also change runtime code to work with the new generated code accordingly.
* 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 ↵Paul Yang2016-10-113-0/+48
| | | | pool. (#2240)
* 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
| | | | | | * PHP: support 7.0 * Also fix in test_util.php
* 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
| | | | | This pull request includes two implementation: C extension and PHP package. Both implementations support encode/decode of singular, repeated and map fields.
* Down integrate from Google internal.Jisi Liu2016-04-281-0/+4