Update to 7.3.7 - http://www.php.net/releases/7_3_7.php
disable opcache.huge_code_pages in default configuration
This commit is contained in:
parent
0163cb7618
commit
01fe0b5879
10
php.spec
10
php.spec
@ -60,7 +60,7 @@
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%global upver 7.3.7
|
%global upver 7.3.7
|
||||||
%global rcver RC3
|
#global rcver RC3
|
||||||
|
|
||||||
Summary: PHP scripting language for creating dynamic web sites
|
Summary: PHP scripting language for creating dynamic web sites
|
||||||
Name: php
|
Name: php
|
||||||
@ -820,10 +820,6 @@ chmod 644 README.*
|
|||||||
# Some extensions have their own configuration file
|
# Some extensions have their own configuration file
|
||||||
cp %{SOURCE50} 10-opcache.ini
|
cp %{SOURCE50} 10-opcache.ini
|
||||||
|
|
||||||
%ifarch x86_64
|
|
||||||
sed -e '/opcache.huge_code_pages/s/0/1/' -i 10-opcache.ini
|
|
||||||
%endif
|
|
||||||
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
# Set build date from https://reproducible-builds.org/specs/source-date-epoch/
|
# Set build date from https://reproducible-builds.org/specs/source-date-epoch/
|
||||||
@ -1568,6 +1564,10 @@ systemctl try-restart php-fpm.service >/dev/null 2>&1 || :
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Jul 2 2019 Remi Collet <remi@remirepo.net> - 7.3.7-1
|
||||||
|
- Update to 7.3.7 - http://www.php.net/releases/7_3_7.php
|
||||||
|
- disable opcache.huge_code_pages in default configuration
|
||||||
|
|
||||||
* Thu Jun 20 2019 Remi Collet <remi@remirepo.net> - 7.3.7~RC3-1
|
* Thu Jun 20 2019 Remi Collet <remi@remirepo.net> - 7.3.7~RC3-1
|
||||||
- update to 7.3.7RC3
|
- update to 7.3.7RC3
|
||||||
|
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (php-7.3.7RC3.tar.xz) = f702899b4c22d2570742f0ef0b7fd1fdeaa77aacb93851b215103b7d08f45f674880b6a16bb3c31c70ef434fcc435284fcb02454d7763e1be149943b3bad8fad
|
SHA512 (php-7.3.7.tar.xz) = e6d2fec1ec5becaafa648f570c704285a1ee9e0858a01202493b95c298ea6e53b974325e82f08398e9706fee1553b07a43f2dfd473b27ffe3470484c4177abad
|
||||||
|
Loading…
Reference in New Issue
Block a user