summaryrefslogtreecommitdiffstats
path: root/10-opcache.ini
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2015-12-17 14:31:03 +0100
committerRemi Collet <fedora@famillecollet.com>2015-12-17 14:31:03 +0100
commitba6911a354710b3d4757fe15e9821169938a82f5 (patch)
treedb1c7747fae7938f3fe300e26ec3fd7c17b93f00 /10-opcache.ini
parent627d322a9ac3b086aa5bde0f04570959f73bd2a6 (diff)
PHP 7: again, build with --disable-huge-code-pages on EL-6
Diffstat (limited to '10-opcache.ini')
-rw-r--r--10-opcache.ini4
1 files changed, 0 insertions, 4 deletions
diff --git a/10-opcache.ini b/10-opcache.ini
index 8e127cb..84492a6 100644
--- a/10-opcache.ini
+++ b/10-opcache.ini
@@ -105,7 +105,3 @@ opcache.blacklist_filename=/etc/php.d/opcache*.blacklist
; Enables or disables checksum validation when script loaded from file cache.
;opcache.file_cache_consistency_checks=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=0