diff options
author | taca <taca@pkgsrc.org> | 2013-04-12 17:00:40 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2013-04-12 17:00:40 +0000 |
commit | 6c4da1fd48d380ec6ec4980ac2b3de4d99439b3c (patch) | |
tree | ed212691499db1130ee56908d950e462eb155eea /lang | |
parent | dcbf40893d23637ed8811901487eaa898d931245 (diff) | |
download | pkgsrc-6c4da1fd48d380ec6ec4980ac2b3de4d99439b3c.tar.gz |
Update php54 to 5.4.14.
11 Apr 2013, PHP 5.4.14
- Core
. Fixed bug #64529 (Ran out of opcode space). (Dmitry)
. Fixed bug #64515 (Memoryleak when using the same variablename two times in
function declaration). (Laruence)
. Fixed bug #64432 (more empty delimiter warning in strX methods). (Laruence)
. Fixed bug #64417 (ArrayAccess::&offsetGet() in a trait causes fatal error).
(Dmitry)
. Fixed bug #64370 (microtime(true) less than $_SERVER['REQUEST_TIME_FLOAT']).
(Anatol)
. Fixed bug #64239 (Debug backtrace changed behavior since 5.4.10 or 5.4.11).
(Dmitry, Laruence)
. Fixed bug #63976 (Parent class incorrectly using child constant in class
property). (Dmitry)
. Fixed bug #63914 (zend_do_fcall_common_helper_SPEC does not handle
exceptions properly). (Jeff Welch)
. Fixed bug #62343 (Show class_alias In get_declared_classes()) (Dmitry)
- PCRE:
. Merged PCRE 8.32. (Anatol)
- SNMP:
. Fixed bug #61981 (OO API, walk: $suffix_as_key is not working correctly).
(Boris Lytochkin)
- Zip:
. Bug #64452 (Zip crash intermittently). (Anatol)
Diffstat (limited to 'lang')
-rw-r--r-- | lang/php54/Makefile.common | 4 | ||||
-rw-r--r-- | lang/php54/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/lang/php54/Makefile.common b/lang/php54/Makefile.common index cf04c3b5de9..f8054e301c6 100644 --- a/lang/php54/Makefile.common +++ b/lang/php54/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.10 2013/03/16 01:58:53 taca Exp $ +# $NetBSD: Makefile.common,v 1.11 2013/04/12 17:00:40 taca Exp $ # used by lang/php54/Makefile.php # used by lang/php/ext.mk # used by meta-pkgs/php54-extensions/Makefile @@ -38,7 +38,7 @@ EXTRACT_SUFX?= .tar.bz2 MAINTAINER?= pkgsrc-users@NetBSD.org HOMEPAGE?= http://www.php.net/ -PHP_BASE_VERS= 5.4.13 +PHP_BASE_VERS= 5.4.14 PHP_EXTENSION_DIR= lib/php/20120301 PLIST_SUBST+= PHP_EXTENSION_DIR=${PHP_EXTENSION_DIR} diff --git a/lang/php54/distinfo b/lang/php54/distinfo index d4edfab5db8..6260c9891e0 100644 --- a/lang/php54/distinfo +++ b/lang/php54/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.15 2013/03/16 01:58:53 taca Exp $ +$NetBSD: distinfo,v 1.16 2013/04/12 17:00:40 taca Exp $ -SHA1 (php-5.4.13.tar.bz2) = 5c229046b5f1d5c1dcd8df6e9cb388aa11504236 -RMD160 (php-5.4.13.tar.bz2) = b2b40fe8bc939b2c315f34a79fa08884c64d3ff9 -Size (php-5.4.13.tar.bz2) = 11545777 bytes +SHA1 (php-5.4.14.tar.bz2) = 68e90795071f769b8fda22af7d71092d09f42dea +RMD160 (php-5.4.14.tar.bz2) = 7a05ed52757ce617ca0ed052cab017c75eb07fb0 +Size (php-5.4.14.tar.bz2) = 11961015 bytes SHA1 (patch-acinclude.m4) = afead7122844e8290d9ef4fdb8deec3c40cf0746 SHA1 (patch-configure) = 5930b32de104cda553c9701086ffdf35a93f8d97 SHA1 (patch-ext_gd_config.m4) = 2353efe6f25e1081b41d61033c3185cc643c7891 |