From de25ad04388c09baaeda4a084c52921ece0a128f Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Sun, 13 May 2018 20:01:06 +0200 Subject: v7.1.18RC1 --- failed.txt | 10 +++++----- php.spec | 7 +++++-- 2 files changed, 10 insertions(+), 7 deletions(-) diff --git a/failed.txt b/failed.txt index f064ecb..edcd1ec 100644 --- a/failed.txt +++ b/failed.txt @@ -1,17 +1,17 @@ -===== 7.1.17 (2018-04-26) +===== 7.1.18RC1 (2018-05-10) $ grep -r 'Tests failed' /var/lib/mock/scl71*/build.log /var/lib/mock/scl71el6x/build.log:Tests failed : 0 /var/lib/mock/scl71el7x/build.log:Tests failed : 0 /var/lib/mock/scl71fc25x/build.log:Tests failed : 0 -/var/lib/mock/scl71fc26x/build.log:Tests failed : 0 +/var/lib/mock/scl71fc26x/build.log:Tests failed : 1 /var/lib/mock/scl71fc27x/build.log:Tests failed : 0 -/var/lib/mock/scl71fc28x/build.log:Tests failed : 1 +/var/lib/mock/scl71fc28x/build.log:Tests failed : 0 -f28x: - 1 Bug #60120 proc_open hangs with stdin/out with 2048+ bytes [ext/standard/tests/streams/proc_open_bug60120.phpt] +fc26x: + Bug #74093 (Maximum execution time of n+2 seconds exceed not written in error_log) [Zend/tests/bug74093.phpt] 1 proc_open give erratic test results :( diff --git a/php.spec b/php.spec index 7e7c64a..a82bf61 100644 --- a/php.spec +++ b/php.spec @@ -120,8 +120,8 @@ %global db_devel libdb-devel %endif -%global upver 7.1.17 -#global rcver RC1 +%global upver 7.1.18 +%global rcver RC1 Summary: PHP scripting language for creating dynamic web sites Name: %{?scl_prefix}php @@ -1841,6 +1841,9 @@ fi %changelog +* Sun May 13 2018 Remi Collet - 7.1.18~RC1-1 +- update to 7.1.18RC1 + * Wed Apr 25 2018 Remi Collet - 7.1.17-1 - Update to 7.1.17 - http://www.php.net/releases/7_1_17.php -- cgit