1
0
mirror of https://github.com/php/php-src.git synced 2026-04-29 19:23:22 +02:00

Merge branch 'PHP-7.0'

* PHP-7.0:
  Enabled placing PHP code segment into huge pages
This commit is contained in:
Dmitry Stogov
2015-09-15 02:05:08 +03:00
+3 -2
View File
@@ -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