diff options
author | taca <taca@pkgsrc.org> | 2018-05-26 15:52:07 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2018-05-26 15:52:07 +0000 |
commit | bbf98c2f3ca5ef107c3869e33a1d8e6646b2a915 (patch) | |
tree | b76708a7a5e3ab1bd33aa3186081d2214a8e4898 /lang/php | |
parent | fa9ee825516e314b59b1353a9e1410dd6ec986fd (diff) | |
download | pkgsrc-bbf98c2f3ca5ef107c3869e33a1d8e6646b2a915.tar.gz |
lang/php71: update to 7.1.18
24 May 2018, PHP 7.1.18
- FPM:
. Fixed bug #76075 --with-fpm-acl wrongly tries to find libacl on FreeBSD.
(mgorny)
- intl:
. Fixed bug #74385 (Locale::parseLocale() broken with some arguments).
(Anatol)
- Opcache:
. Fixed bug #76205 (PHP-FPM sporadic crash when running Infinitewp). (Dmitry)
. Fixed bug #76275 (Assertion failure in file cache when unserializing empty
try_catch_array). (Nikita)
. Fixed bug #76281 (Opcache causes incorrect "undefined variable" errors).
(Nikita)
- Reflection:
. Fixed arginfo for array_replace(_recursive) and array_merge(_recursive).
(carusogabriel)
Diffstat (limited to 'lang/php')
-rw-r--r-- | lang/php/phpversion.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/php/phpversion.mk b/lang/php/phpversion.mk index 0f4bf03258c..346283b5ec2 100644 --- a/lang/php/phpversion.mk +++ b/lang/php/phpversion.mk @@ -1,4 +1,4 @@ -# $NetBSD: phpversion.mk,v 1.217 2018/04/29 16:26:40 taca Exp $ +# $NetBSD: phpversion.mk,v 1.218 2018/05/26 15:52:07 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 @@ -89,7 +89,7 @@ PHPVERSION_MK= defined # Define each PHP's version. PHP56_VERSION= 5.6.36 PHP70_VERSION= 7.0.30 -PHP71_VERSION= 7.1.17 +PHP71_VERSION= 7.1.18 PHP72_VERSION= 7.2.5 # Define initial release of major version. |