From e82e22e27bd81027ea3a92ab6a34f31727049b1e Mon Sep 17 00:00:00 2001 From: Xinchen Hui Date: Thu, 5 Feb 2015 17:07:30 +0800 Subject: [PATCH] Opcache is enable by default --- ext/opcache/config.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.50.1