diff options
author | Remi Collet <fedora@famillecollet.com> | 2015-11-25 13:19:54 +0100 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2015-11-25 13:19:54 +0100 |
commit | 7381111970b69408d7bc2a5c94798addebf957b8 (patch) | |
tree | a79e594e33a7588ae71b7026b113b2295e773912 /10-opcache.ini | |
parent | a8a915a051b9800b61c12ea230bac62bd2324927 (diff) |
PHP 7.0.0RC8
Diffstat (limited to '10-opcache.ini')
-rw-r--r-- | 10-opcache.ini | 2 |
1 files changed, 1 insertions, 1 deletions
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 |