summaryrefslogtreecommitdiff
path: root/ext
diff options
context:
space:
mode:
authorXinchen Hui <laruence@php.net>2015-02-05 17:07:30 +0800
committerXinchen Hui <laruence@php.net>2015-02-05 17:07:30 +0800
commite82e22e27bd81027ea3a92ab6a34f31727049b1e (patch)
tree169f4b98e1e618e0bbe267b031af30ad15876112 /ext
parenta071fc4604bfd1a7ceeb2ce84581bc155240393a (diff)
downloadphp-git-e82e22e27bd81027ea3a92ab6a34f31727049b1e.tar.gz
Opcache is enable by default
Diffstat (limited to 'ext')
-rw-r--r--ext/opcache/config.m42
1 files changed, 1 insertions, 1 deletions
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