summaryrefslogtreecommitdiffstats
path: root/php70.spec
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2015-11-25 13:19:54 +0100
committerRemi Collet <fedora@famillecollet.com>2015-11-25 13:19:54 +0100
commit7381111970b69408d7bc2a5c94798addebf957b8 (patch)
treea79e594e33a7588ae71b7026b113b2295e773912 /php70.spec
parenta8a915a051b9800b61c12ea230bac62bd2324927 (diff)
PHP 7.0.0RC8
Diffstat (limited to 'php70.spec')
-rw-r--r--php70.spec11
1 files changed, 9 insertions, 2 deletions
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 <remi@fedoraproject.org> 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 <remi@fedoraproject.org> 7.0.0-0.11.RC7
- Update to 7.0.0RC7 (retagged)