summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2017-07-18 22:37:04 +0200
committerRemi Collet <remi@remirepo.net>2017-07-18 22:37:04 +0200
commitc8d4e690af0a43848490ab1b0d237906538576af (patch)
treee193c9a32f502c1fb8d0284393e5e7572c038bc8
parent86c67553430a75504fde46d8033b9641013fd6d1 (diff)
v7.1.8RC1
-rw-r--r--failed.txt18
-rw-r--r--php.spec10
2 files changed, 15 insertions, 13 deletions
diff --git a/failed.txt b/failed.txt
index 3adafa8..6d07035 100644
--- a/failed.txt
+++ b/failed.txt
@@ -1,19 +1,17 @@
-===== 7.1.7 (2017-07-06)
+===== 7.1.8RC1 (2017-07-20)
$ grep -r 'Tests failed' /var/lib/mock/scl71*/build.log
/var/lib/mock/scl70el6x/build.log:Tests failed : 3
-/var/lib/mock/scl70el7x/build.log:Tests failed : 3
-/var/lib/mock/scl70fc23x/build.log:Tests failed : 3
-/var/lib/mock/scl70fc24x/build.log:Tests failed : 3
-/var/lib/mock/scl70fc25x/build.log:Tests failed : 3
-/var/lib/mock/scl70fc26x/build.log:Tests failed : 3
+/var/lib/mock/scl70el7x/build.log:Tests failed : 0
+/var/lib/mock/scl70fc23x/build.log:Tests failed : 0
+/var/lib/mock/scl70fc24x/build.log:Tests failed : 1
+/var/lib/mock/scl70fc25x/build.log:Tests failed : 0
+/var/lib/mock/scl70fc26x/build.log:Tests failed : 0
-el6x, el7x, fc23x, fc24x, fc25x, fc26x:
- 2 Test for DateTime::modify() with absolute time statements [ext/date/tests/date-time-modify-times.phpt]
- 2 Bug #70436: Use After Free Vulnerability in unserialize() [ext/standard/tests/strings/bug70436.phpt]
- 2 Bug #72663: Create an Unexpected Object and Don't Invoke __wakeup() in Deserialization [ext/standard/tests/strings/bug72663_3.phpt]
+fc24x
+ 1 Bug #64438 proc_open hangs with stdin/out with 4097+ bytes [ext/standard/tests/streams/proc_open_bug64438.phpt]
1 proc_open give erratic test results :(
diff --git a/php.spec b/php.spec
index eaa4cd7..7502f72 100644
--- a/php.spec
+++ b/php.spec
@@ -26,7 +26,7 @@
%global zendver 20160303
%global pdover 20150127
# Extension version
-%global oci8ver 2.1.5
+%global oci8ver 2.1.6
# Adds -z now to the linker flags
%global _hardened_build 1
@@ -124,8 +124,8 @@
%global db_devel libdb-devel
%endif
-%global upver 7.1.7
-#global rcver RC1
+%global upver 7.1.8
+%global rcver RC1
Summary: PHP scripting language for creating dynamic web sites
@@ -1813,6 +1813,10 @@ fi
%changelog
+* Tue Jul 18 2017 Remi Collet <remi@fedoraproject.org> - 7.1.8~RC1-1
+- Update to 7.1.8RC1
+- oci8 version is now 2.1.6
+
* Thu Jul 6 2017 Remi Collet <remi@fedoraproject.org> - 7.1.7-1
- Update to 7.1.7 - http://www.php.net/releases/7_1_7.php