summaryrefslogtreecommitdiff
path: root/lang/php
diff options
context:
space:
mode:
authortaca <taca>2014-02-07 15:36:07 +0000
committertaca <taca>2014-02-07 15:36:07 +0000
commitada888dd2233e2804cbd008d1dac45b113e33e8d (patch)
tree5586bfc0eb376c3c9b058046f3ea9173e0033d11 /lang/php
parente1cdd842792028684ccdf4990bc3463519c5318d (diff)
downloadpkgsrc-ada888dd2233e2804cbd008d1dac45b113e33e8d.tar.gz
Update php54 to 5.4.25.
06 Feb 2014, PHP 5.4.25 - Core: . Fixed bug #66286 (Incorrect object comparison with inheritance). (Nikita) . Fixed bug #66509 (copy() arginfo has changed starting from 5.4). (Will Fitch) - mysqlnd . Fixed bug #66283 (Segmentation fault after memory_limit). (Johannes) - PDO_pgsql: . Fixed bug #62479 (PDO-psql cannot connect if password contains spaces). (Will Fitch, Ilia) - Session: . Fixed bug #66481 (Calls to session_name() segfault when session.name is null). (Laruence)
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 59b30c4eff1..e2944200c61 100644
--- a/lang/php/phpversion.mk
+++ b/lang/php/phpversion.mk
@@ -1,4 +1,4 @@
-# $NetBSD: phpversion.mk,v 1.55 2014/02/07 15:35:05 taca Exp $
+# $NetBSD: phpversion.mk,v 1.56 2014/02/07 15:36:07 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.24
+PHP54_VERSION= 5.4.25
PHP55_VERSION= 5.5.9
# Define initial release of major version.