• Paul Yang's avatar
    Lazily Create Singular Wrapper Message (#6833) · 601f6963
    Paul Yang authored
    * Register additional handlers from wrappers
    
    * Return zval instead of parse frame
    
    * Use parse frame
    
    * Update upb
    
    * Lazily create wrapper messages
    
    * Fix a segment fault
    
    Need check type of field before getting submsg def
    
    * Avoid expanding during serialization and direct access
    
    * Fix a bug that getXXXUnwrapped returns null for string
    
    * Implement writeWrapperUnwrapped
    
    * Add more tests
    
    * Fix oneof wrapper parsing
    
    * Fix get oneof field
    
    * Avoid expansion for oneof wrappers
    
    * Fix bug
    
    * Fix a bug that in php7 variable is defined out of scope
    
    * Fix broken tests
     * Update upb to fix Timestamp conformance tests
     * Fix segmentation fault for oneof wrapper fields
    
    * Fix encoding/decoding top level wrapper values
    
    * Add type checking for write wrapper value in php7
    
    * Fix zts build
    
    * Fix the bug that readWrapperValue uses parent message's layout to access wrapper value
    
    * Fix wrapper in map
    601f6963
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...
compile_extension.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...
wrapper_type_setters_test.php Loading commit data...