summaryrefslogtreecommitdiff
path: root/lang/php
diff options
context:
space:
mode:
authortaca <taca>2013-12-13 15:32:21 +0000
committertaca <taca>2013-12-13 15:32:21 +0000
commit6d18644b167281b25aaeaffe8d86b48509b878c8 (patch)
tree6147ad4d92c5601f85876a99c37cc08541cab381 /lang/php
parent4a6dc21e5908eadfdf88cf143e8d8e0f331f265b (diff)
downloadpkgsrc-6d18644b167281b25aaeaffe8d86b48509b878c8.tar.gz
Update php54 to 5.4.23 (PHP 5.4.23).
28 Nov 2013, PHP 5.4.23 - Core: . Fixed bug #66094 (unregister_tick_function tries to cast a Closure to a string). (Laruence) . Fixed bug #65947 (basename is no more working after fgetcsv in certain situation). (Laruence) - JSON . Fixed whitespace part of bug #64874 ("json_decode handles whitespace and case-sensitivity incorrectly"). (Andrea Faulds) - MySQLi: . Fixed bug #66043 (Segfault calling bind_param() on mysqli). (Laruence) - mysqlnd: . Fixed bug #66124 (mysqli under mysqlnd loses precision when bind_param with 'i'). (Andrey) . Fixed bug #66141 (mysqlnd quote function is wrong with NO_BACKSLASH_ESCAPES after failed query). (Andrey) - OpenSSL: . Fixed memory corruption in openssl_x509_parse() (CVE-2013-6420). (Stefan Esser). - PDO . Fixed bug 65946 (sql_parser permanently converts values bound to strings)
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 4a1fb831ca4..cec2391bb0f 100644
--- a/lang/php/phpversion.mk
+++ b/lang/php/phpversion.mk
@@ -1,4 +1,4 @@
-# $NetBSD: phpversion.mk,v 1.50 2013/12/13 15:30:35 taca Exp $
+# $NetBSD: phpversion.mk,v 1.51 2013/12/13 15:32:21 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
@@ -82,7 +82,7 @@ PHPVERSION_MK= defined
# Define each PHP's version.
PHP53_VERSION= 5.3.28
-PHP54_VERSION= 5.4.22
+PHP54_VERSION= 5.4.23
PHP55_VERSION= 5.5.6
# Define initial release of major version.