summaryrefslogtreecommitdiff
path: root/lang/php
diff options
context:
space:
mode:
authortaca <taca>2016-12-10 07:09:30 +0000
committertaca <taca>2016-12-10 07:09:30 +0000
commitddf631fd98fdd98f5aa763a127358be7bf4c860e (patch)
treeeabb0881c91bc2ed5437fb89b8709de0d9eaf027 /lang/php
parent51f4b2084036312c61894ff6a38dfb2ed0fdc907 (diff)
downloadpkgsrc-ddf631fd98fdd98f5aa763a127358be7bf4c860e.tar.gz
Update php70 to 7.0.14 (PHP 7.0.14).
08 Dec 2016 PHP 7.0.14 - Core: . Fixed memory leak(null coalescing operator with Spl hash). (Tyson Andre) . Fixded bug #72736 (Slow performance when fetching large dataset with mysqli / PDO). (Dmitry) - Calendar: . Fix integer overflows (Joshua Rogers) - Date: . Fixed bug #69587 (DateInterval properties and isset). (jhdxr) - DTrace: . Disabled PHP call tracing by default (it makes significant overhead). This may be enabled again using envirionment variable USE_ZEND_DTRACE=1. (Dmitry) - JSON: . Fixed bug #73526 (php_json_encode depth issue). (Jakub Zelenka) - Mysqlnd: . Fixed bug #64526 (Add missing mysqlnd.* parameters to php.ini-*). (cmb) - ODBC: . Fixed bug #73448 (odbc_errormsg returns trash, always 513 bytes). (Anatol) - Opcache: . Fixed bug #69090 (check cached files permissions). (dmitry) . Fixed bug #73546 (Logging for opcache has an empty file name). (mhagstrand) - PCRE: . Fixed bug #73483 (Segmentation fault on pcre_replace_callback). (Laruence) . Fixed bug #73392 (A use-after-free in zend allocator management). (Laruence) - PDO_Firebird: . Fixed bug #73087, #61183, #71494 (Memory corruption in bindParam). (Dorin Marcoci) - Phar: . Fixed bug #73580 (Phar::isValidPharFilename illegal memory access). (Stas) - Postgres: . Fixed bug #73498 (Incorrect SQL generated for pg_copy_to()). (Craig Duncan) - Soap: . Fixed bug #73538 (SoapClient::__setSoapHeaders doesn't overwrite SOAP headers). (duncan3dc) . Fixed bug #73452 (Segfault (Regression for #69152)). (Dmitry) - SPL: . Fixed bug #73423 (Reproducible crash with GDB backtrace). (Laruence) - SQLite3: . Fixed bug #73530 (Unsetting result set may reset other result set). (cmb) - Standard: . Fixed bug #73297 (HTTP stream wrapper should ignore HTTP 100 Continue). (rowan dot collins at gmail dot com) . Fixed bug #73645 (version_compare illegal write access). (Stas) - Wddx: . Fixed bug #73631 (Invalid read when wddx decodes empty boolean element). (Stas) - XML: . Fixed bug #72135 (malformed XML causes fault) (edgarsandi)
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 a0d025f036e..70bbc5e854a 100644
--- a/lang/php/phpversion.mk
+++ b/lang/php/phpversion.mk
@@ -1,4 +1,4 @@
-# $NetBSD: phpversion.mk,v 1.166 2016/12/10 07:08:39 taca Exp $
+# $NetBSD: phpversion.mk,v 1.167 2016/12/10 07:09:30 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
@@ -88,7 +88,7 @@ PHPVERSION_MK= defined
# Define each PHP's version.
PHP56_VERSION= 5.6.29
-PHP70_VERSION= 7.0.13
+PHP70_VERSION= 7.0.14
PHP71_VERSION= 7.1.0RC6
# Define initial release of major version.