summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2015-06-10 16:16:02 +0200
committerRemi Collet <fedora@famillecollet.com>2015-06-10 16:16:02 +0200
commit465b4c67605377c500b99ad8488e7300082ca704 (patch)
treee14a5dc11706db3d296059eeb41de3f5df74b743
parent7f47d804ea9a96c3097d06852004d13a7ea72cb7 (diff)
PHP 5.5.26
-rw-r--r--failed.txt17
-rw-r--r--php55.spec9
2 files changed, 12 insertions, 14 deletions
diff --git a/failed.txt b/failed.txt
index 5bb35b6..9b3fc28 100644
--- a/failed.txt
+++ b/failed.txt
@@ -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%)
diff --git a/php55.spec b/php55.spec
index c5a02ee..566324b 100644
--- a/php55.spec
+++ b/php55.spec
@@ -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