• 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
..
Field Loading commit data...
Internal Loading commit data...
Any.php Loading commit data...
Api.php Loading commit data...
BoolValue.php Loading commit data...
BytesValue.php Loading commit data...
Descriptor.php Loading commit data...
DescriptorPool.php Loading commit data...
DoubleValue.php Loading commit data...
Duration.php Loading commit data...
Enum.php Loading commit data...
EnumDescriptor.php Loading commit data...
EnumValue.php Loading commit data...
EnumValueDescriptor.php Loading commit data...
Field.php Loading commit data...
FieldDescriptor.php Loading commit data...
FieldMask.php Loading commit data...
Field_Cardinality.php Loading commit data...
Field_Kind.php Loading commit data...
FloatValue.php Loading commit data...
GPBEmpty.php Loading commit data...
Int32Value.php Loading commit data...
Int64Value.php Loading commit data...
ListValue.php Loading commit data...
Method.php Loading commit data...
Mixin.php Loading commit data...
NullValue.php Loading commit data...
OneofDescriptor.php Loading commit data...
Option.php Loading commit data...
SourceContext.php Loading commit data...
StringValue.php Loading commit data...
Struct.php Loading commit data...
Syntax.php Loading commit data...
Timestamp.php Loading commit data...
Type.php Loading commit data...
UInt32Value.php Loading commit data...
UInt64Value.php Loading commit data...
Value.php Loading commit data...