diff options
| author | Remi Collet <fedora@famillecollet.com> | 2016-05-25 18:43:39 +0200 | 
|---|---|---|
| committer | Remi Collet <fedora@famillecollet.com> | 2016-05-25 18:43:39 +0200 | 
| commit | 93ccceb8eb604f54ef5320b9091c24a577fc5857 (patch) | |
| tree | 994891c288ae7b16fc48af45e6a8b5dbc65b7680 | |
| parent | 8be5467400a4cc243e3082ee712bbdcb10ff8586 (diff) | |
PHP 7.0.7
| -rw-r--r-- | failed.txt | 12 | ||||
| -rw-r--r-- | php70.spec | 5 | 
2 files changed, 12 insertions, 5 deletions
@@ -1,4 +1,4 @@ -===== 7.0.7RC1 (2016-05-12) +===== 7.0.7 (2016-05-26)  $ grep -r 'Tests failed' /var/lib/mock/*/build.log @@ -9,18 +9,22 @@ $ grep -r 'Tests failed' /var/lib/mock/*/build.log  /var/lib/mock/fc21x/build.log:Tests failed    :    0  /var/lib/mock/fc22i/build.log:Tests failed    :    0  /var/lib/mock/fc22x/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    :    1  /var/lib/mock/fc24i/build.log:Tests failed    :    0 -/var/lib/mock/fc24x/build.log:Tests failed    :    0 +/var/lib/mock/fc24x/build.log:Tests failed    :    1  el6i, el6x, el7x  		Bug #33414 [2] (Comprehensive list of incorrect days returned after strotime() / date() tests) [ext/date/tests/bug33414-2.phpt]  el6x, el7x  		strtotime() function (64 bit) [ext/date/tests/strtotime3-64bit.phpt] +fc23i +	*	Bug #61977 Test exit code for various errors [sapi/cli/tests/bug43177.phpt]  fc23x -	*	Test session_set_save_handler() function : basic functionality [ext/session/tests/session_set_save_handler_basic.phpt] +	*	Bug #64438 proc_open hangs with stdin/out with 4097+ bytes [ext/standard/tests/streams/proc_open_bug64438.phpt] +fc24x +	*	Bug #70198 Checking liveness does not work as expected [ext/standard/tests/streams/bug70198.phpt] @@ -121,7 +121,7 @@  %global db_devel  libdb-devel  %endif -%global rcver         RC1 +#global rcver         RC1  %global rpmrel        1  Summary: PHP scripting language for creating dynamic web sites @@ -1997,6 +1997,9 @@ fi  %changelog +* Wed May 25 2016 Remi Collet <remi@fedoraproject.org> 7.0.7-1 +- Update to 7.0.7 - http://www.php.net/releases/7_0_7.php +  * Thu May 12 2016 Remi Collet <remi@fedoraproject.org> 7.0.7-0.1.RC1  - Update to 7.0.7RC1  - oci8 version is now 2.1.1  | 
