• Tony Wong's avatar
    Change divideInt64ToInt32 to static (#3436) · be73938d
    Tony Wong authored
    divideInt64ToInt32 is called statically from protobuf/php/src/Google/Protobuf/Internal/CodedOutputStream.php
    (the only reference)
    This causes fatal error in PHP 7.1 (32-bit only because 64-bit doesn't use this function)
    be73938d
Name
Last commit
Last update
..
ext/google/protobuf Loading commit data...
src Loading commit data...
tests Loading commit data...
README.md Loading commit data...
composer.json Loading commit data...
generate_descriptor_protos.sh Loading commit data...
phpunit.xml Loading commit data...