• 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
GPBUtil.php 10.4 KB