• 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
..
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...
wrapper_type_setters_test.php Loading commit data...