summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--failed.txt30
-rw-r--r--php.spec9
2 files changed, 31 insertions, 8 deletions
diff --git a/failed.txt b/failed.txt
index 3de1bde..af8e10f 100644
--- a/failed.txt
+++ b/failed.txt
@@ -1,17 +1,37 @@
-===== 7.0.27 (2018-01-04)
+===== 7.0.28 (2018-03-01)
$ grep -r 'Tests failed' /var/lib/mock/scl70*/build.log
/var/lib/mock/scl70el6x/build.log:Tests failed : 0
/var/lib/mock/scl70el7x/build.log:Tests failed : 0
-/var/lib/mock/scl70fc24x/build.log:Tests failed : 0
/var/lib/mock/scl70fc25x/build.log:Tests failed : 0
-/var/lib/mock/scl70fc26x/build.log:Tests failed : 1
+/var/lib/mock/scl70fc26x/build.log:Tests failed : 0
/var/lib/mock/scl70fc27x/build.log:Tests failed : 0
+/var/lib/mock/scl70fc28x/build.log:Tests failed : 21
-fc26x
- 1 Bug #60120 proc_open hangs with stdin/out with 2048+ bytes [ext/standard/tests/streams/proc_open_bug60120.phpt]
+fc28x:
+ Test exception doesn't cause RSHUTDOWN bypass, variation 0 [Zend/tests/exception_011.phpt]
+ Test exception doesn't cause RSHUTDOWN bypass, variation 1 [Zend/tests/exception_012.phpt]
+ Bug #65538: SSL context "cafile" disallows URL stream wrappers [ext/openssl/tests/bug65538_002.phpt]
+ Test preg_match() function : error conditions - jit stacklimit exhausted [ext/pcre/tests/preg_match_error3.phpt]
+ assert() [ext/standard/tests/assert/assert.phpt]
+ catch assert() errors [ext/standard/tests/assert/assert02.phpt]
+ assert() - set callback using ini_set() [ext/standard/tests/assert/assert03.phpt]
+ misc assert() tests tests [ext/standard/tests/assert/assert04.phpt]
+ assert() - basic - check that assert runs when assert.active is set to 1. [ext/standard/tests/assert/assert_basic.phpt]
+ assert() - basic - correct call back values before and after assert. [ext/standard/tests/assert/assert_basic2.phpt]
+ assert() - basic - Test that bailout works [ext/standard/tests/assert/assert_basic3.phpt]
+ assert() - basic - check switch on warnings using assert_options. [ext/standard/tests/assert/assert_basic5.phpt]
+ assert() - basic - Test that bailout works [ext/standard/tests/assert/assert_basic6.phpt]
+ assert() - basic - accept closures as callback. [ext/standard/tests/assert/assert_closures.phpt]
+ assert() - error - give assert nonsense string with quiet_eval on then off [ext/standard/tests/assert/assert_error.phpt]
+ assert() - error - invalid params [ext/standard/tests/assert/assert_error1.phpt]
+ assert() - basic - Test that bailout works [ext/standard/tests/assert/assert_error2.phpt]
+ assert() - basic - Test recoverable error [ext/standard/tests/assert/assert_error3.phpt]
+ assert() - basic - Test recoverable error [ext/standard/tests/assert/assert_error4.phpt]
+ assert() - variation - test callback options using ini_get/ini_set/assert_options [ext/standard/tests/assert/assert_variation.phpt]
+ ini_get_all() tests [ext/standard/tests/general_functions/ini_get_all.phpt]
1 proc_open give erratic test results :(
diff --git a/php.spec b/php.spec
index b1d1325..3782bdc 100644
--- a/php.spec
+++ b/php.spec
@@ -120,7 +120,7 @@
%global db_devel libdb-devel
%endif
-%global upver 7.0.27
+%global upver 7.0.28
#global rcver RC1
@@ -1416,8 +1416,6 @@ sed -e 's:/run:%{_localstatedir}/run:' \
-e 's:php-fpm.service:%{?scl_prefix}php-fpm.service:' \
-e 's:/usr/sbin:%{_sbindir}:' \
-i $RPM_BUILD_ROOT%{_unitdir}/%{?scl_prefix}php-fpm.service
-sed -e 's/^pid/;pid/' \
- -i $RPM_BUILD_ROOT%{_sysconfdir}/php-fpm.conf
# this folder requires systemd >= 204
install -m 755 -d $RPM_BUILD_ROOT%{_root_sysconfdir}/systemd/system/%{?scl_prefix}php-fpm.service.d
%else
@@ -1838,6 +1836,11 @@ fi
%changelog
+* Tue Feb 27 2018 Remi Collet <remi@remirepo.net> - 7.0.28-1
+- Update to 7.0.28 - http://www.php.net/releases/7_0_28.php
+- FPM: revert pid file removal
+- improve devel dependencies
+
* Tue Jan 2 2018 Remi Collet <remi@remirepo.net> - 7.0.27-1
- Update to 7.0.27 - http://www.php.net/releases/7_0_27.php