From 7381111970b69408d7bc2a5c94798addebf957b8 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 25 Nov 2015 13:19:54 +0100 Subject: PHP 7.0.0RC8 --- 10-opcache.ini | 2 +- failed.txt | 14 +++++++++----- php70.spec | 11 +++++++++-- 3 files changed, 19 insertions(+), 8 deletions(-) diff --git a/10-opcache.ini b/10-opcache.ini index cfbff55..8e127cb 100644 --- a/10-opcache.ini +++ b/10-opcache.ini @@ -108,4 +108,4 @@ opcache.blacklist_filename=/etc/php.d/opcache*.blacklist ; Enables or disables copying of PHP code (text segment) into HUGE PAGES. ; This should improve performance, but requires appropriate OS configuration. -;opcache.huge_code_pages=0 +opcache.huge_code_pages=0 diff --git a/failed.txt b/failed.txt index 1be6938..acbf490 100644 --- a/failed.txt +++ b/failed.txt @@ -5,11 +5,11 @@ $ grep -r 'Tests failed' /var/lib/mock/*/build.log /var/lib/mock/el6i/build.log:Tests failed : 1 ( 0.0%) ( 0.0%) /var/lib/mock/el6x/build.log:Tests failed : 2 ( 0.0%) ( 0.0%) /var/lib/mock/el7x/build.log:Tests failed : 2 ( 0.0%) ( 0.0%) -/var/lib/mock/fc21i/build.log:Tests failed : 0 ( 0.0%) ( 0.0%) -/var/lib/mock/fc21x/build.log:Tests failed : 0 ( 0.0%) ( 0.0%) +/var/lib/mock/fc21i/build.log:Tests failed : 1 ( 0.0%) ( 0.0%) +/var/lib/mock/fc21x/build.log:Tests failed : 1 ( 0.0%) ( 0.0%) /var/lib/mock/fc22i/build.log:Tests failed : 0 ( 0.0%) ( 0.0%) -/var/lib/mock/fc22x/build.log:Tests failed : 1 ( 0.0%) ( 0.0%) -/var/lib/mock/fc23i/build.log:Tests failed : 0 ( 0.0%) ( 0.0%) +/var/lib/mock/fc22x/build.log:Tests failed : 0 ( 0.0%) ( 0.0%) +/var/lib/mock/fc23i/build.log:Tests failed : 1 ( 0.0%) ( 0.0%) /var/lib/mock/fc23x/build.log:Tests failed : 0 ( 0.0%) ( 0.0%) @@ -17,8 +17,12 @@ 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] -fc22x +fc21i Bug #60120 proc_open hangs with stdin/out with 2048+ bytes [ext/standard/tests/streams/proc_open_bug60120.phpt] +fc21x + Test session_set_save_handler() function : test lazy_write [ext/session/tests/session_set_save_handler_variation6.phpt] +fc23i + Bug #64438 proc_open hangs with stdin/out with 4097+ bytes [ext/standard/tests/streams/proc_open_bug64438.phpt] * proc_open give erratic test results :( diff --git a/php70.spec b/php70.spec index 1b89c21..152db82 100644 --- a/php70.spec +++ b/php70.spec @@ -132,8 +132,8 @@ %global db_devel libdb-devel %endif -%global rcver RC7 -%global rpmrel 11 +%global rcver RC8 +%global rpmrel 12 Summary: PHP scripting language for creating dynamic web sites Name: php @@ -1104,6 +1104,9 @@ echo "d /run/php-fpm 755 root root" >php-fpm.tmpfiles # Some extensions have their own configuration file cp %{SOURCE50} 10-opcache.ini +%ifarch x86_64 +sed -e '/opcache.huge_code_pages/s/0/1/' -i 10-opcache.ini +%endif cp %{SOURCE52} 20-oci8.ini # Regenerated bison files @@ -2001,6 +2004,10 @@ fi %changelog +* Wed Nov 25 2015 Remi Collet 7.0.0-0.12.RC8 +- Update to 7.0.0RC8 +- set opcache.huge_code_pages=1 on x86_64 + * Thu Nov 12 2015 Remi Collet 7.0.0-0.11.RC7 - Update to 7.0.0RC7 (retagged) -- cgit