]> granicus.if.org Git - php/commitdiff
Opcache is enable by default
authorXinchen Hui <laruence@php.net>
Thu, 5 Feb 2015 09:07:30 +0000 (17:07 +0800)
committerXinchen Hui <laruence@php.net>
Thu, 5 Feb 2015 09:07:30 +0000 (17:07 +0800)
ext/opcache/config.m4

index be2f0feab732ee1f3b175ae262595b665741a8c1..d75cb48cde41f8927c11e59dcfaebfda001a1e96 100644 (file)
@@ -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