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 --- php70.spec | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) (limited to 'php70.spec') 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