diff options
author | Remi Collet <fedora@famillecollet.com> | 2015-07-08 12:29:21 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2015-07-08 12:29:21 +0200 |
commit | ad459f02946d7b381446945398f8648d583def49 (patch) | |
tree | d191a2a915a30c65855c3413808d512079f0bef8 | |
parent | bdfbdecdf3db5d4022116a38d883fe66c89e589c (diff) |
PHP 5.4.43
-rw-r--r-- | failed.txt | 6 | ||||
-rw-r--r-- | php54.spec | 8 |
2 files changed, 8 insertions, 6 deletions
@@ -1,4 +1,4 @@ -===== 5.5.42 +===== 5.5.43 $ grep -r 'Tests failed' /var/lib/mock/*/build.log @@ -18,10 +18,8 @@ $ grep -r 'Tests failed' /var/lib/mock/*/build.log Testing xpath() with invalid XML [ext/simplexml/tests/SimpleXMLElement_xpath.phpt] Bug #64146 (serialize incorrectly saving objects when they are cloned) [ext/standard/tests/serialize/bug64146.phpt] -/var/lib/mock/el6i/build.log:Tests failed : 6 ( 0.0%) ( 0.1%) +/var/lib/mock/el6i/build.log:Tests failed : 4 ( 0.0%) ( 0.1%) Bug #41523 (strtotime('0000-00-00 00:00:00') is parsed as 1999-11-30) (32 bit) [ext/date/tests/bug41523.phpt] - IPv4 Loopback test [ext/sockets/tests/ipv4loop.phpt] - ext/sockets - socket_getpeername_ipv4loop - basic test [ext/sockets/tests/socket_getpeername_ipv4loop.phpt] Testing xpath() with invalid XML [ext/simplexml/tests/SimpleXMLElement_xpath.phpt] Bug #64146 (serialize incorrectly saving objects when they are cloned) [ext/standard/tests/serialize/bug64146.phpt] Bug #32001 (xml_parse*() goes into infinite loop when autodetection in effect), using UTF-* [ext/xml/tests/bug32001.phpt] @@ -97,8 +97,8 @@ Summary: PHP scripting language for creating dynamic web sites Name: php -Version: 5.4.42 -Release: 1%{?dist}.1 +Version: 5.4.43 +Release: 1%{?dist} # All files licensed under PHP version 3.01, except # Zend is licensed under Zend # TSRM is licensed under BSD @@ -1736,6 +1736,10 @@ fi %changelog +* Wed Jul 8 2015 Remi Collet <remi@fedoraproject.org> 5.4.43-1 +- Update to 5.4.43 + http://www.php.net/releases/5_4_43.php + * Thu Jun 11 2015 Remi Collet <remi@fedoraproject.org> 5.4.42-1.1 - don't provide php-sqlite3 on EL-5 - avoid issue when 2 builds run simultaneously |