diff options
-rw-r--r-- | failed.txt | 17 | ||||
-rw-r--r-- | php55.spec | 9 |
2 files changed, 12 insertions, 14 deletions
@@ -1,9 +1,8 @@ +==== PHP 5.5.26 + $ grep -r 'Tests failed' /var/lib/mock/*/build.log -/var/lib/mock/el5i/build.log:Tests failed : 7 ( 0.1%) ( 0.1%) -* Bug #41523 (strtotime('0000-00-00 00:00:00') is parsed as 1999-11-30) (32 bit) [ext/date/tests/bug41523.phpt] -* Test getdate() function : usage variation - Passing high positive and negative float values to timestamp. [ext/date/tests/getdate_variation7.phpt] -* Test localtime() function : usage variation - Passing higher positive and negetive float values to timestamp. [ext/date/tests/localtime_variation3.phpt] +/var/lib/mock/el5i/build.log:Tests failed : 4 ( 0.0%) ( 0.1%) Bug #64802: openssl_x509_parse fails to parse subject properly in some cases [ext/openssl/tests/bug64802.phpt] Bug #66501: EC private key support in openssl_sign [ext/openssl/tests/bug66501.phpt] openssl_x509_parse() basic test for OpenSSL 0.9 [ext/openssl/tests/openssl_x509_parse_basic_v9.phpt] @@ -14,21 +13,15 @@ $ grep -r 'Tests failed' /var/lib/mock/*/build.log Bug #66501: EC private key support in openssl_sign [ext/openssl/tests/bug66501.phpt] openssl_x509_parse() basic test for OpenSSL 0.9 [ext/openssl/tests/openssl_x509_parse_basic_v9.phpt] -/var/lib/mock/el6i/build.log:Tests failed : 5 ( 0.0%) ( 0.1%) +/var/lib/mock/el6i/build.log:Tests failed : 2 ( 0.0%) ( 0.0%) Bug #54268 (Double free when destroy_zend_class fails) [Zend/tests/bug54268.phpt] -* Bug #41523 (strtotime('0000-00-00 00:00:00') is parsed as 1999-11-30) (32 bit) [ext/date/tests/bug41523.phpt] -* Test getdate() function : usage variation - Passing high positive and negative float values to timestamp. [ext/date/tests/getdate_variation7.phpt] -* Test localtime() function : usage variation - Passing higher positive and negetive float values to timestamp. [ext/date/tests/localtime_variation3.phpt] Bug #64146 (serialize incorrectly saving objects when they are cloned) [ext/standard/tests/serialize/bug64146.phpt] /var/lib/mock/el6x/build.log:Tests failed : 0 ( 0.0%) ( 0.0%) /var/lib/mock/el7x/build.log:Tests failed : 0 ( 0.0%) ( 0.0%) -/var/lib/mock/fc20i/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] -* Test getdate() function : usage variation - Passing high positive and negative float values to timestamp. [ext/date/tests/getdate_variation7.phpt] -* Test localtime() function : usage variation - Passing higher positive and negetive float values to timestamp. [ext/date/tests/localtime_variation3.phpt] +/var/lib/mock/fc20i/build.log:Tests failed : 1 ( 0.0%) ( 001%) Bug #64146 (serialize incorrectly saving objects when they are cloned) [ext/standard/tests/serialize/bug64146.phpt] /var/lib/mock/fc20x/build.log:Tests failed : 0 ( 0.0%) ( 0.0%) @@ -3,7 +3,7 @@ %global zendver 20121212 %global pdover 20080721 # Extension version -%global opcachever 7.0.4-dev +%global opcachever 7.0.6-dev %global oci8ver 1.4.10 # Use for first build of PHP (before pecl/zip and pecl/jsonc) @@ -124,7 +124,7 @@ Summary: PHP scripting language for creating dynamic web sites Name: php -Version: 5.5.25 +Version: 5.5.26 %if 0%{?snapdate:1}%{?rcver:1} Release: 0.1.%{?snapdate}%{?rcver}%{?dist} %else @@ -1953,6 +1953,11 @@ fi %changelog +* Wed Jun 10 2015 Remi Collet <remi@fedoraproject.org> 5.5.26-1 +- Update to 5.5.26 + http://www.php.net/releases/5_5_26.php +- opcache is now 7.0.6-dev + * Thu May 14 2015 Remi Collet <remi@fedoraproject.org> 5.5.25-1 - Update to 5.5.25 http://www.php.net/releases/5_5_25.php |