From a47f758b1748627d67cfade5cb1617e31b2f941e Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 30 Sep 2015 10:57:52 +0200 Subject: PHP 7.0.0RC4 --- 10-opcache.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '10-opcache.ini') diff --git a/10-opcache.ini b/10-opcache.ini index 7477caa..cfbff55 100644 --- a/10-opcache.ini +++ b/10-opcache.ini @@ -108,4 +108,4 @@ opcache.blacklist_filename=/etc/php.d/opcache*.blacklist ; 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=0 -- cgit