diff options
author | taca <taca@pkgsrc.org> | 2018-03-29 16:19:38 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2018-03-29 16:19:38 +0000 |
commit | 6aeae8bf1852b205e7123a89f53a10e1400cb0ca (patch) | |
tree | bd18ae8eec1ceaea69406805a7d94b403c27e83b /lang/php | |
parent | 8830e4f3d4fdcee136945a314c977e1a5125737a (diff) | |
download | pkgsrc-6aeae8bf1852b205e7123a89f53a10e1400cb0ca.tar.gz |
lang/php71: update to 7.1.16
29 Mar 2018, PHP 7.1.16
- Core:
. Fixed bug #76025 (Segfault while throwing exception in error_handler).
(Dmitry, Laruence)
. Fixed bug #76044 ('date: illegal option -- -' in ./configure on FreeBSD).
(Anatol)
- FPM:
. Fixed bug #75605 (Dumpable FPM child processes allow bypassing opcache
access controls). (Jakub Zelenka)
- GD:
. Fixed bug #73957 (signed integer conversion in imagescale()). (cmb)
- ODBC:
. Fixed bug #76088 (ODBC functions are not available by default on Windows).
(cmb)
- Opcache:
. Fixed bug #76074 (opcache corrupts variable in for-loop). (Bob)
- Phar:
. Fixed bug #76085 (Segmentation fault in buildFromIterator when directory
name contains a \n). (Laruence)
- Standard:
. Fixed bug #74139 (mail.add_x_header default inconsistent with docs). (cmb)
. Fixed bug #76068 (parse_ini_string fails to parse "[foo]\nbar=1|>baz" with
segfault). (Anatol)
Diffstat (limited to 'lang/php')
-rw-r--r-- | lang/php/phpversion.mk | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lang/php/phpversion.mk b/lang/php/phpversion.mk index f35d23c7e5b..0bff433ab62 100644 --- a/lang/php/phpversion.mk +++ b/lang/php/phpversion.mk @@ -1,4 +1,4 @@ -# $NetBSD: phpversion.mk,v 1.209 2018/03/02 02:13:44 taca Exp $ +# $NetBSD: phpversion.mk,v 1.210 2018/03/29 16:19:38 taca Exp $ # # This file selects a PHP version, based on the user's preferences and # the installed packages. It does not add a dependency on the PHP @@ -28,7 +28,7 @@ # The PHP versions that are accepted by the package. # # Possible: 56 70 71 72 -# Default: 56 +# Default: 71 # # PHP_VERSIONS_INCOMPATIBLE # The PHP versions that are not supported by the package. @@ -58,7 +58,7 @@ # The selected PHP's major version. # # Possible: 5 7 -# Default: 5 +# Default: 7 # # PKG_PHP # The same as ${PKG_PHP_VERSION}, prefixed with "php-". @@ -89,7 +89,7 @@ PHPVERSION_MK= defined # Define each PHP's version. PHP56_VERSION= 5.6.34 PHP70_VERSION= 7.0.28 -PHP71_VERSION= 7.1.15 +PHP71_VERSION= 7.1.16 PHP72_VERSION= 7.2.3 # Define initial release of major version. |