From: Xinchen Hui Date: Mon, 9 Nov 2015 04:21:45 +0000 (+0800) Subject: Fixed bug #70624 opcache.huge_code_pages X-Git-Tag: php-7.0.1RC1~124 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0a1e199682c1f2503cc78f900c55ad15fcf89b1d;p=php Fixed bug #70624 opcache.huge_code_pages --- diff --git a/php.ini-production b/php.ini-production index 368794f700..cc3ffa096b 100644 --- a/php.ini-production +++ b/php.ini-production @@ -1842,7 +1842,7 @@ ldap.max_links = -1 ; 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=1 +;opcache.huge_code_pages=1 [curl] ; A default value for the CURLOPT_CAINFO option. This is required to be an