From 615930a34107f0a2de49d3719dced8dc2a742277 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 22 Jun 2016 13:12:45 +0200 Subject: PHP 7.0.8 --- failed.txt | 6 ++++-- php.spec | 5 ++++- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/failed.txt b/failed.txt index 9075d67..081278a 100644 --- a/failed.txt +++ b/failed.txt @@ -1,4 +1,4 @@ -===== 7.0.8RC1 (2016-06-09) +===== 7.0.8 (2016-06-23) $ grep -r 'Tests failed' /var/lib/mock/scl70*/build.log @@ -6,12 +6,14 @@ $ grep -r 'Tests failed' /var/lib/mock/scl70*/build.log /var/lib/mock/scl70el7x/build.log:Tests failed : 2 /var/lib/mock/scl70fc21x/build.log:Tests failed : 0 /var/lib/mock/scl70fc22x/build.log:Tests failed : 0 -/var/lib/mock/scl70fc23x/build.log:Tests failed : 0 +/var/lib/mock/scl70fc23x/build.log:Tests failed : 1 /var/lib/mock/scl70fc24x/build.log:Tests failed : 0 el6x, el7x Bug #33414 [2] (Comprehensive list of incorrect days returned after strotime() / date() tests) [ext/date/tests/bug33414-2.phpt] strtotime() function (64 bit) [ext/date/tests/strtotime3-64bit.phpt] +fc23x + Bug #60120 proc_open hangs with stdin/out with 2048+ bytes [ext/standard/tests/streams/proc_open_bug60120.phpt] * proc_open give erratic test results :( diff --git a/php.spec b/php.spec index cce5188..7fcd6bb 100644 --- a/php.spec +++ b/php.spec @@ -124,7 +124,7 @@ %global db_devel libdb-devel %endif -%global rcver RC1 +#global rcver RC1 %global rpmrel 1 @@ -1819,6 +1819,9 @@ fi %changelog +* Wed Jun 22 2016 Remi Collet 7.0.8-1 +- Update to 7.0.8 - http://www.php.net/releases/7_0_8.php + * Wed Jun 8 2016 Remi Collet 7.0.8-0.1.RC1 - Update to 7.0.8RC1 - opcache version is now php version -- cgit