diff options
| -rw-r--r-- | failed.txt | 6 | ||||
| -rw-r--r-- | php70.spec | 5 | 
2 files changed, 8 insertions, 3 deletions
@@ -1,11 +1,11 @@ -===== 7.0.22RC1 (2017-07-20) +===== 7.0.22 (2017-08-03)  $ grep -r 'Tests failed' /var/lib/mock/*/build.log  /var/lib/mock/el6i/build.log:Tests failed    :     0  /var/lib/mock/el6x/build.log:Tests failed    :     0  /var/lib/mock/el7x/build.log:Tests failed    :     0 -/var/lib/mock/fc23i/build.log:Tests failed    :    0 +/var/lib/mock/fc23i/build.log:Tests failed    :    1  /var/lib/mock/fc23x/build.log:Tests failed    :    0  /var/lib/mock/fc24i/build.log:Tests failed    :    0  /var/lib/mock/fc24x/build.log:Tests failed    :    0 @@ -13,6 +13,8 @@ $ grep -r 'Tests failed' /var/lib/mock/*/build.log  /var/lib/mock/fc25x/build.log:Tests failed    :    0 +fc23i +	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,7 +121,7 @@  %endif  %global upver        7.0.22 -%global rcver        RC1 +#global rcver        RC1  Summary: PHP scripting language for creating dynamic web sites  Name: php @@ -2043,6 +2043,9 @@ fi  %changelog +* Wed Aug  2 2017 Remi Collet <remi@fedoraproject.org> - 7.0.22-1 +- Update to 7.0.22 - http://www.php.net/releases/7_0_22.php +  * Tue Jul 18 2017 Remi Collet <remi@fedoraproject.org> - 7.0.22~RC1-1  - Update to 7.0.22RC1  - oci8 version is now 2.1.6  | 
