Commits


Kengo Seki authored and Fokko Driesprong committed 92e3f49ba15
AVRO-2527: Upgrade PHP version to 7.x (#622) * AVRO-2527: Upgrade PHP version to 7.x This PR addresses the following incompatibilities between PHP 5.6 and 7.x: * https://www.php.net/manual/en/migration70.incompatible.php#migration70.incompatible.error-handling.strict * https://www.php.net/manual/en/migration71.other-changes.php#migration71.other-changes.apprise-on-arithmetic-with-invalid-strings * https://www.php.net/manual/en/migration72.incompatible.php#migration72.incompatible.warn-on-non-countable-types * https://github.com/sebastianbergmann/phpunit/commit/ba2241e6e0a634dc333b6e1d2fd6d0e8c16c2f57 * Consolidate the PHP version into an ENV directive * Add backward compatibility checking with PHP 5.6