From: Xinchen Hui Date: Thu, 5 Feb 2015 09:07:30 +0000 (+0800) Subject: Opcache is enable by default X-Git-Tag: PRE_PHP7_EREG_MYSQL_REMOVALS~3^2~3 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e82e22e27bd81027ea3a92ab6a34f31727049b1e;p=php Opcache is enable by default --- diff --git a/ext/opcache/config.m4 b/ext/opcache/config.m4 index be2f0feab7..d75cb48cde 100644 --- a/ext/opcache/config.m4 +++ b/ext/opcache/config.m4 @@ -3,7 +3,7 @@ dnl $Id$ dnl PHP_ARG_ENABLE(opcache, whether to enable Zend OPcache support, -[ --enable-opcache Enable Zend OPcache support], yes) +[ --disable-opcache Disable Zend OPcache support], yes) if test "$PHP_OPCACHE" != "no"; then