aboutsummaryrefslogtreecommitdiff
path: root/php/tests/compatibility_test.sh
Commit message (Collapse)AuthorAgeFilesLines
* Add well known types to php runtime. (#3697)Paul Yang2017-10-051-1/+0
| | | | | | | | | | | | | | | | | | | | | | | * Add well known types to php runtime. * Fix php7.0 tests * No longer generate empty.proto in test as it has been included in runtime. * Fix zts build * Clean code * Rename g_p_b_empty to empty. * Don't generate code for empty.proto in compatibility test * Fix 32-bit * Fix mac build * Fix Makefile.am to add new files
* Add json encode/decode for php. (#3226)Paul Yang2017-06-301-2/+32
| | | | | | | | | | * Add json encode/decode for php. * Fix php conformance test on 32-bit machines. * Fix conformance test for c extension. * Fix comments
* Add compatibility test for php. (#3041)Paul Yang2017-05-051-0/+111
* Add compatibility test for php. * Revert API incompatible change.