diff options
author | Remi Collet <fedora@famillecollet.com> | 2015-09-03 11:38:49 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2015-09-03 11:38:49 +0200 |
commit | 7e2ba445b54fef1579d215158262be2e13bc0493 (patch) | |
tree | 300a1e114a07f45373bc5929100eb521f228adef | |
parent | 8ed98b3a43a25e46d729a0800302c4d266635aa4 (diff) |
PHP 5.5.29
-rw-r--r-- | failed.txt | 8 | ||||
-rw-r--r-- | php.spec | 6 |
2 files changed, 11 insertions, 3 deletions
@@ -1,8 +1,8 @@ -==== PHP 5.5.28 +==== PHP 5.5.29 (2015-09-03) $ grep -r 'Tests failed' /var/lib/mock/scl55*/build.log -/var/lib/mock/scl55el6x/build.log: Tests failed : 0 ( 0.0%) ( 0.0%) +/var/lib/mock/scl55el6x/build.log: Tests failed : 1 ( 0.0%) ( 0.0%) /var/lib/mock/scl55el7x/build.log: Tests failed : 0 ( 0.0%) ( 0.0%) /var/lib/mock/scl55fc21x/build.log:Tests failed : 0 ( 0.0%) ( 0.0%) /var/lib/mock/scl55fc22x/build.log:Tests failed : 0 ( 0.0%) ( 0.0%) @@ -10,3 +10,7 @@ $ grep -r 'Tests failed' /var/lib/mock/scl55*/build.log fc23: Bug #64802: openssl_x509_parse fails to parse subject properly in some cases [ext/openssl/tests/bug64802.phpt] +el6 + Bug #60120 proc_open hangs with stdin/out with 2048+ bytes [ext/standard/tests/streams/proc_open_bug60120.phpt] + +* proc_open have erratic results :( @@ -139,7 +139,7 @@ Summary: PHP scripting language for creating dynamic web sites Name: %{?scl_prefix}php -Version: 5.5.28 +Version: 5.5.29 Release: 1%{?dist} # All files licensed under PHP version 3.01, except # Zend is licensed under Zend @@ -1757,6 +1757,10 @@ fi %changelog +* Thu Sep 3 2015 Remi Collet <remi@fedoraproject.org> 5.5.29-1 +- Update to 5.5.29 + http://www.php.net/releases/5_5_29.php + * Thu Aug 6 2015 Remi Collet <remi@fedoraproject.org> 5.5.28-1 - Update to 5.5.28 http://www.php.net/releases/5_5_28.php |