aboutsummaryrefslogtreecommitdiffhomepage
path: root/php/tests/compatibility_test.sh
Commit message (Collapse)AuthorAge
* Use legacy name in php runtime (#4741)Gravatar Paul Yang2018-06-07
| | | | | | | | | * Use legacy name in php runtime Old generated code cannot work with new runtime, because the new runtime assumes new class name for nested message. For details see #4738. * Remove unused method
* Add well known types to php runtime. (#3697)Gravatar Paul Yang2017-10-05
| | | | | | | | | | | | | | | | | | | | | | | * 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)Gravatar Paul Yang2017-06-30
| | | | | | | | | | * 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)Gravatar Paul Yang2017-05-05
* Add compatibility test for php. * Revert API incompatible change.