• Paul Yang's avatar
    Adopt upb change for timestamp and duration json to php (#5106) · 9bda1f19
    Paul Yang authored
    * Adopt upb change for timestamp and duration json to php
    
    * Remove unused code
    
    * Re-sync upb
    
    * Fix php implementation timestamp json parsing
    
    * Fix strptime use local timezone on mac.
    
    * Remove succeeding tests
    
    * Resync
    
    * Add tests for values
    
    * Fix php tests
    
    * Fix encoder handlers change default value
    
    Previously, oneofsubmsg_handler and submsg_handler change zval's default value directly.
    The fix use REPLACE_ZVAL_VALUE which create a copy of parsed value and assign it to zval.
    9bda1f19
Name
Last commit
Last update
..
proto Loading commit data...
array_test.php Loading commit data...
autoload.php Loading commit data...
bootstrap_phpunit.php Loading commit data...
compatibility_test.sh Loading commit data...
descriptors_test.php Loading commit data...
encode_decode_test.php Loading commit data...
gdb_test.sh Loading commit data...
generated_class_test.php Loading commit data...
generated_phpdoc_test.php Loading commit data...
generated_service_test.php Loading commit data...
map_field_test.php Loading commit data...
memory_leak_test.php Loading commit data...
php_implementation_test.php Loading commit data...
test.sh Loading commit data...
test_base.php Loading commit data...
test_util.php Loading commit data...
undefined_test.php Loading commit data...
well_known_test.php Loading commit data...