diff options
author | taca <taca@pkgsrc.org> | 2013-11-16 09:45:26 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2013-11-16 09:45:26 +0000 |
commit | 15126abfd87d853e448eecfb07c18e977611acf1 (patch) | |
tree | be695a5c16bc79c101815581a22b3030d6573d0e /lang/php54 | |
parent | 4c714ab6ec5982e195a33768a6f2ea9773699f4b (diff) | |
download | pkgsrc-15126abfd87d853e448eecfb07c18e977611acf1.tar.gz |
Update php54 to 5.4.22.
Version 5.4.22
14-Nov-2013
* Core:
- Fixed bug #65911 (scope resolution operator - strange behavior with
$this).
CLI server:
- Fixed bug #65818 (Segfault with built-in webserver and chunked transfer
encoding).
* Exif:
- Fixed crash on unknown encoding.
* FTP:
- Fixed bug #65667 (ftp_nb_continue produces segfault).
* ODBC:
- Fixed bug #65950 (Field name truncation if the field name is bigger than
32 characters).
* Sockets:
- Fixed bug #65808 (the socket_connect() won't work with IPv6 address).
* Standard:
- Fixed bug #64760 (var_export() does not use full precision for
floating-point numbers).
* XMLReader:
- Fixed bug #51936 (Crash with clone XMLReader).
- Fixed bug #64230 (XMLReader does not suppress errors).
Diffstat (limited to 'lang/php54')
-rw-r--r-- | lang/php54/distinfo | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lang/php54/distinfo b/lang/php54/distinfo index abdcfb76a6e..0ad59775a47 100644 --- a/lang/php54/distinfo +++ b/lang/php54/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.28 2013/10/18 12:25:12 taca Exp $ +$NetBSD: distinfo,v 1.29 2013/11/16 09:45:26 taca Exp $ -SHA1 (php-5.4.21.tar.bz2) = c45f89521edc0bc93d98e86760313adb2158d12d -RMD160 (php-5.4.21.tar.bz2) = d8bcaec7b70d804c976cc2675f5f55d6ec231ff3 -Size (php-5.4.21.tar.bz2) = 11703043 bytes +SHA1 (php-5.4.22.tar.bz2) = 4b73d3667a97db1ce32ebf5b98fcc4b2585d981b +RMD160 (php-5.4.22.tar.bz2) = 578f25e8776b42e3f643bddcce9b92e376171343 +Size (php-5.4.22.tar.bz2) = 12246577 bytes SHA1 (patch-acinclude.m4) = 71635e5381abf99a9fc9f2537b1c2f18e8096f00 SHA1 (patch-configure) = ce3205292370fb279033aaa06138cea1a3725ef1 SHA1 (patch-ext_gd_config.m4) = 2353efe6f25e1081b41d61033c3185cc643c7891 |