From b0d772da0fedbefc66acb39f23f569c90f675798 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 25 Nov 2015 13:19:54 +0100 Subject: PHP 7.0.0RC8 --- 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 cfbff55..8e127cb 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=0 +opcache.huge_code_pages=0 -- cgit