From 233c42ad591e53ccaad55bfa50093db91667d0c9 Mon Sep 17 00:00:00 2001 From: Dmitry Stogov Date: Tue, 15 Sep 2015 02:04:09 +0300 Subject: [PATCH] Enabled placing PHP code segment into huge pages --- ext/opcache/config.m4 | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/ext/opcache/config.m4 b/ext/opcache/config.m4 index 3259d44333..fbe18f8e2c 100644 --- a/ext/opcache/config.m4 +++ b/ext/opcache/config.m4 @@ -8,8 +8,9 @@ PHP_ARG_ENABLE(opcache, whether to enable Zend OPcache support, PHP_ARG_ENABLE(opcache-file, whether to enable file based caching, [ --disable-opcache-file Disable file based caching], yes) -PHP_ARG_ENABLE(huge-code-pages, whether to enable copying PHP CODE pages into HUGE PAGES (experimental), -[ --enable-huge-code-pages Enable copying PHP CODE pages into HUGE PAGES], no) +PHP_ARG_ENABLE(huge-code-pages, whether to enable copying PHP CODE pages into HUGE PAGES, +[ --disable-huge-code-pages + Disable copying PHP CODE pages into HUGE PAGES], yes) if test "$PHP_OPCACHE" != "no"; then -- 2.40.0