summaryrefslogtreecommitdiff
path: root/lang/php
diff options
context:
space:
mode:
authortaca <taca>2015-10-31 01:58:37 +0000
committertaca <taca>2015-10-31 01:58:37 +0000
commit67742d1edd7017a6cccc368cc4b64273dbaa2f43 (patch)
treee3d75da9916048c65d67351095d5a7d5fb1a6a9b /lang/php
parente0b2f9d9a8115bfec8c03504d37862ccc58c3681 (diff)
downloadpkgsrc-67742d1edd7017a6cccc368cc4b64273dbaa2f43.tar.gz
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)
Diffstat (limited to 'lang/php')
-rw-r--r--lang/php/phpversion.mk4
1 files changed, 2 insertions, 2 deletions
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