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 | b0d772da0fedbefc66acb39f23f569c90f675798 (patch) | |
tree | 9723968af9395984f497253ef51f2f983f4a32b5 /10-opcache.ini | |
parent | 22e9179c760ef02b30b715be36d38585cee99057 (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 |