From 67742d1edd7017a6cccc368cc4b64273dbaa2f43 Mon Sep 17 00:00:00 2001 From: taca Date: Sat, 31 Oct 2015 01:58:37 +0000 Subject: Update php56 to 5.6.15. 29 Oct 2015, PHP 5.6.15 - Core: . Fixed bug #70681 (Segfault when binding $this of internal instance method to null). (Nikita) . Fixed bug #70685 (Segfault for getClosure() internal method rebind with invalid $this). (Nikita) - Date: . Fixed bug #70619 (DateTimeImmutable segfault). (Laruence) - Mcrypt: . Fixed bug #70625 (mcrypt_encrypt() won't return data when no IV was specified under RC4). (Nikita) - Mysqlnd: . Fixed bug #70384 (mysqli_real_query():Unknown type 245 sent by the server). (Andrey) . Fixed bug #70572 segfault in mysqlnd_connect. (Andrey, Remi) - Opcache: . Fixed bug #70632 (Third one of segfault in gc_remove_from_buffer). (Laruence) . Fixed bug #70631 (Another Segfault in gc_remove_from_buffer()). (Laruence) . Fixed bug #70601 (Segfault in gc_remove_from_buffer()). (Laruence) . Fixed compatibility with Windows 10 (see also bug #70652). (Anatol) --- lang/php/phpversion.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lang/php') diff --git a/lang/php/phpversion.mk b/lang/php/phpversion.mk index cadcd5672b7..d633a627daf 100644 --- a/lang/php/phpversion.mk +++ b/lang/php/phpversion.mk @@ -1,4 +1,4 @@ -# $NetBSD: phpversion.mk,v 1.114 2015/10/02 14:37:39 taca Exp $ +# $NetBSD: phpversion.mk,v 1.115 2015/10/31 01:58:37 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 @@ -83,7 +83,7 @@ PHPVERSION_MK= defined # Define each PHP's version. PHP54_VERSION= 5.4.45 PHP55_VERSION= 5.5.30 -PHP56_VERSION= 5.6.14 +PHP56_VERSION= 5.6.15 # Define initial release of major version. PHP54_RELDATE= 20120301 -- cgit v1.2.3