[
https://issues.apache.org/jira/browse/AVRO-2527?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16918392#comment-16918392
]
ASF subversion and git services commented on AVRO-2527:
-------------------------------------------------------
Commit 92e3f49ba15c7437fb99b1f21f55d2457a759cb2 in avro's branch
refs/heads/master from Kengo Seki
[ https://gitbox.apache.org/repos/asf?p=avro.git;h=92e3f49 ]
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
> Upgrade PHP version to 7.x
> --------------------------
>
> Key: AVRO-2527
> URL: https://issues.apache.org/jira/browse/AVRO-2527
> Project: Apache Avro
> Issue Type: Improvement
> Components: php
> Reporter: Kengo Seki
> Assignee: Kengo Seki
> Priority: Major
>
> Avro currently supports PHP 5.x, but [its support period has expired on Jan
> 2019|https://www.php.net/supported-versions.php].
> We should support PHP 7.1+, on which the community support is continuing at
> this time.
--
This message was sent by Atlassian Jira
(v8.3.2#803003)