From 0a1e199682c1f2503cc78f900c55ad15fcf89b1d Mon Sep 17 00:00:00 2001 From: Xinchen Hui Date: Mon, 9 Nov 2015 12:21:45 +0800 Subject: [PATCH] Fixed bug #70624 opcache.huge_code_pages --- php.ini-production | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.50.1