summaryrefslogtreecommitdiffstats
path: root/php.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
commitb0d772da0fedbefc66acb39f23f569c90f675798 (patch)
tree9723968af9395984f497253ef51f2f983f4a32b5 /php.spec
parent22e9179c760ef02b30b715be36d38585cee99057 (diff)
PHP 7.0.0RC8
Diffstat (limited to 'php.spec')
-rw-r--r--php.spec11
1 files changed, 9 insertions, 2 deletions
diff --git a/php.spec b/php.spec
index a081cc8..d0316e0 100644
--- a/php.spec
+++ b/php.spec
@@ -130,8 +130,8 @@
#global gh_date 20150623
#global gh_owner php
#global gh_project php-src
-%global rcver RC7
-%global rpmrel 24
+%global rcver RC8
+%global rpmrel 25
Summary: PHP scripting language for creating dynamic web sites
@@ -1027,6 +1027,9 @@ sed -e "s/@PHP_APIVER@/%{apiver}%{isasuffix}/" \
# 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 %{SOURCE51} .
sed -e 's:%{_root_sysconfdir}:%{_sysconfdir}:' \
-i 10-opcache.ini
@@ -1803,6 +1806,10 @@ fi
%changelog
+* Wed Nov 25 2015 Remi Collet <remi@fedoraproject.org> 7.0.0-0.25.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.24.RC7
- Update to 7.0.0RC7 (retagged)