diff options
| -rw-r--r-- | failed.txt | 6 | ||||
| -rw-r--r-- | php.spec | 7 | 
2 files changed, 9 insertions, 4 deletions
| @@ -1,4 +1,4 @@ -===== 7.1.10RC1 (2017-09-14) +===== 7.1.10 (2017-09-28)  $ grep -r 'Tests failed' /var/lib/mock/scl71*/build.log @@ -7,10 +7,12 @@ $ grep -r 'Tests failed' /var/lib/mock/scl71*/build.log  /var/lib/mock/scl70fc23x/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    :    0 +/var/lib/mock/scl70fc26x/build.log:Tests failed    :    1  /var/lib/mock/scl70fc27x/build.log:Tests failed    :    0 +fc26x: +	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 :( @@ -121,12 +121,12 @@  %endif  %global upver        7.1.10 -%global rcver        RC1 +#global rcver        RC1  Summary: PHP scripting language for creating dynamic web sites  Name: %{?scl_prefix}php  Version: %{upver}%{?rcver:~%{rcver}} -Release: 3%{?dist} +Release: 1%{?dist}  # All files licensed under PHP version 3.01, except  # Zend is licensed under Zend  # TSRM is licensed under BSD @@ -1823,6 +1823,9 @@ fi  %changelog +* Wed Sep 27 2017 Remi Collet <remi@remirepo.net> - 7.1.10-1 +- Update to 7.1.10 - http://www.php.net/releases/7_1_10.php +  * Mon Sep 25 2017 Remi Collet <remi@remirepo.net> - 7.1.10~RC1-3  - F27: php now requires php-fpm and start it with httpd / nginx | 
