diff options
author | taca <taca@pkgsrc.org> | 2013-01-07 14:24:33 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2013-01-07 14:24:33 +0000 |
commit | 805e96fd8fefac3db6c7e00606bbf00625806a32 (patch) | |
tree | f5e3add0dabf5c52a6e1fae975a1f9c2b1a40584 /lang | |
parent | fa4a38d5a7a009943fdf223a7bd57618c2cbd347 (diff) | |
download | pkgsrc-805e96fd8fefac3db6c7e00606bbf00625806a32.tar.gz |
Update php54 to 5.4.10.
20 Dec 2012, PHP 5.4.10
- Core:
. Fixed bug #63635 (Segfault in gc_collect_cycles). (Dmitry)
. Fixed bug #63512 (parse_ini_file() with INI_SCANNER_RAW removes quotes
from value). (Pierrick)
. Fixed bug #63468 (wrong called method as callback with inheritance).
(Laruence)
. Fixed bug #63451 (config.guess file does not have AIX 7 defined,
shared objects are not created). (kemcline at au1 dot ibm dot com)
. Fixed bug #61557 (Crasher in tt-rss backend.php).
(i dot am dot jack dot mail at gmail dot com)
. Fixed bug #61272 (ob_start callback gets passed empty string).
(Mike, casper at langemeijer dot eu)
- Date:
. Fixed bug #63666 (Poor date() performance). (Paul Talborg).
. Fixed bug #63435 (Datetime::format('u') sometimes wrong by 1 microsecond).
(Remi)
- Imap:
. Fixed bug #63126 (DISABLE_AUTHENTICATOR ignores array). (Remi)
- Json:
. Fixed bug #63588 (use php_next_utf8_char and remove duplicate
implementation). (Remi)
- MySQLi:
. Fixed bug #63361 (missing header). (Remi)
- MySQLnd:
. Fixed bug #63398 (Segfault when polling closed link). (Laruence)
- Fileinfo:
. Fixed bug #63590 (Different results in TS and NTS under Windows).
(Anatoliy)
- FPM:
. Fixed bug #63581 Possible null dereference and buffer overflow (Remi)
- Pdo_sqlite:
. Fixed Bug #63149 getColumnMeta should return the table name
when system SQLite used. (Remi)
- Apache2 Handler SAPI:
. Enabled Apache 2.4 configure option for Windows (Pierre, Anatoliy)
- Reflection:
. Fixed Bug #63614 (Fatal error on Reflection). (Laruence)
- SOAP
. Fixed bug #63271 (SOAP wsdl cache is not enabled after initial requests).
(John Jawed, Dmitry)
- Sockets
. Fixed bug #49341 (Add SO_REUSEPORT support for socket_set_option()).
(Igor Wiedler, Lars)
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 987bff2ee49..13dde31b886 100644 --- a/lang/php54/Makefile.common +++ b/lang/php54/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.6 2012/11/23 13:20:49 taca Exp $ +# $NetBSD: Makefile.common,v 1.7 2013/01/07 14:24:33 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.9 +PHP_BASE_VERS= 5.4.10 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 0edd99afb38..5daf5aaa08c 100644 --- a/lang/php54/distinfo +++ b/lang/php54/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.9 2012/11/23 13:20:49 taca Exp $ +$NetBSD: distinfo,v 1.10 2013/01/07 14:24:34 taca Exp $ -SHA1 (php-5.4.9.tar.bz2) = 9ff23df45312a167fbd031f9413feef9b6fd8bb2 -RMD160 (php-5.4.9.tar.bz2) = b1795652cea62a118453df5dc3fa62f679f93e64 -Size (php-5.4.9.tar.bz2) = 11144400 bytes +SHA1 (php-5.4.10.tar.bz2) = a7fd2c02b9ae81f164229b477b84a8715bd6d543 +RMD160 (php-5.4.10.tar.bz2) = 27a85aae2561ccba21fe036a3b3c257885db1928 +Size (php-5.4.10.tar.bz2) = 11145757 bytes SHA1 (patch-acinclude.m4) = afead7122844e8290d9ef4fdb8deec3c40cf0746 SHA1 (patch-configure) = 5930b32de104cda553c9701086ffdf35a93f8d97 SHA1 (patch-ext_gd_config.m4) = 089f1c88bd4daa8ebc8911122423c1f88e5d84a0 |