Change divideInt64ToInt32 to static (#3436)
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)pull/3221/merge
parent
d32f5b4de3
commit
be73938d72
1 changed files with 1 additions and 1 deletions
Loading…
Reference in new issue