lang/php72: update to 7.2.6
24 May 2018, PHP 7.2.6 - EXIF: . Fixed bug #76164 (exif_read_data zend_mm_heap corrupted). (cmb) - 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 of array_replace(_recursive) and array_merge(_recursive). (carusogabriel) - Session: . Fixed bug #74892 (Url Rewriting (trans_sid) not working on urls that start with "#"). (Andrew Nester)
This commit is contained in:
parent
efadbda0d0
commit
3cbb3032dc
2 changed files with 7 additions and 7 deletions
|
@ -1,4 +1,4 @@
|
||||||
# $NetBSD: phpversion.mk,v 1.218 2018/05/26 15:52:07 taca Exp $
|
# $NetBSD: phpversion.mk,v 1.219 2018/05/26 15:53:45 taca Exp $
|
||||||
#
|
#
|
||||||
# This file selects a PHP version, based on the user's preferences and
|
# 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
|
# the installed packages. It does not add a dependency on the PHP
|
||||||
|
@ -90,7 +90,7 @@ PHPVERSION_MK= defined
|
||||||
PHP56_VERSION= 5.6.36
|
PHP56_VERSION= 5.6.36
|
||||||
PHP70_VERSION= 7.0.30
|
PHP70_VERSION= 7.0.30
|
||||||
PHP71_VERSION= 7.1.18
|
PHP71_VERSION= 7.1.18
|
||||||
PHP72_VERSION= 7.2.5
|
PHP72_VERSION= 7.2.6
|
||||||
|
|
||||||
# Define initial release of major version.
|
# Define initial release of major version.
|
||||||
PHP56_RELDATE= 20140828
|
PHP56_RELDATE= 20140828
|
||||||
|
|
|
@ -1,9 +1,9 @@
|
||||||
$NetBSD: distinfo,v 1.24 2018/04/26 15:43:03 taca Exp $
|
$NetBSD: distinfo,v 1.25 2018/05/26 15:53:45 taca Exp $
|
||||||
|
|
||||||
SHA1 (php-7.2.5.tar.bz2) = e55bda8765a9fac91f7f2b93ddcbfd2b0d2824ac
|
SHA1 (php-7.2.6.tar.bz2) = 5b32576ab1cedb65c4fc071ca186e3d95d607622
|
||||||
RMD160 (php-7.2.5.tar.bz2) = 7fad91f3b0ffadad65053f67b99b1d2879a89166
|
RMD160 (php-7.2.6.tar.bz2) = ca13b3c23dc97e380ef9459d100683531841ec22
|
||||||
SHA512 (php-7.2.5.tar.bz2) = af9a77a9a642470867ea8a14a0d4bc34bbcfc87e2a2155a7121cea98909118c4577f0413e74f02c883c0ef64ba21c15712b673f4b84b2e2d190a60dbd7780f24
|
SHA512 (php-7.2.6.tar.bz2) = aace53b0b523484715b218e8e77ede355e73c6433e18ebd960a07c371940568d576f54455040c201b95856fa607febc19ef6539bc661a4db7984edc804c50408
|
||||||
Size (php-7.2.5.tar.bz2) = 14623251 bytes
|
Size (php-7.2.6.tar.bz2) = 15057070 bytes
|
||||||
SHA1 (patch-configure) = 47f2ede97390cc7e46d04c2769dd97459b19450a
|
SHA1 (patch-configure) = 47f2ede97390cc7e46d04c2769dd97459b19450a
|
||||||
SHA1 (patch-ext_gd_config.m4) = 67730ccc13410adaf8829f77a6b044f16e412489
|
SHA1 (patch-ext_gd_config.m4) = 67730ccc13410adaf8829f77a6b044f16e412489
|
||||||
SHA1 (patch-ext_phar_Makefile.frag) = 558869b60f8ed6674a3ba1d595a65f010df4c426
|
SHA1 (patch-ext_phar_Makefile.frag) = 558869b60f8ed6674a3ba1d595a65f010df4c426
|
||||||
|
|
Loading…
Reference in a new issue