• michaelbausor's avatar
    PHP: Add support for primitive types in setters (#5126) · 6a51c038
    michaelbausor authored
    * Add support for primitive types in setters
    
    * Update to address PR feedback
    
    * Add tests and fixes for repeated fields
    
    * Remove repeated field code, add getters
    
    * Cleanup, test getters and oneofs
    
    * Move boxing logic into separate class
    
    * Add tests for wrapper type constructor args
    
    * Update to add new setXXXValue methods
    
    * Fix tests for invalid values
    
    * Fix c extension for wrapper accessors
    
    * Fix the bug that well known types didn't call Message_construct
    
    * Address PR comments
    
    * Refactoring init message with array logic
    
    * Add include path to protoc
    
    * Add missing TSRM_LS defintion
    
    * Fix TSRM_LS
    
    * Fix dist check
    6a51c038
Name
Last commit
Last update
..
empty Loading commit data...
test.proto Loading commit data...
test_descriptors.proto Loading commit data...
test_empty_php_namespace.proto Loading commit data...
test_import_descriptor_proto.proto Loading commit data...
test_include.proto Loading commit data...
test_no_namespace.proto Loading commit data...
test_php_namespace.proto Loading commit data...
test_prefix.proto Loading commit data...
test_reserved_enum_lower.proto Loading commit data...
test_reserved_enum_upper.proto Loading commit data...
test_reserved_enum_value_lower.proto Loading commit data...
test_reserved_enum_value_upper.proto Loading commit data...
test_reserved_message_lower.proto Loading commit data...
test_reserved_message_upper.proto Loading commit data...
test_service.proto Loading commit data...
test_service_namespace.proto Loading commit data...
test_wrapper_type_setters.proto Loading commit data...