From: Dmitry Stogov Date: Sun, 17 Mar 2013 06:58:30 +0000 (+0400) Subject: Enabled O+ build by default (it may be disabled before 5.0.0 release) X-Git-Tag: php-5.5.0beta1~31 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=930b272d700a7f854357628e446505fab29906a8;p=php Enabled O+ build by default (it may be disabled before 5.0.0 release) --- diff --git a/ext/opcache/config.m4 b/ext/opcache/config.m4 index 4e41c8bc19..a217234854 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 Optimizer+ support, -[ --enable-opcache Enable Zend Optimizer+ support]) +[ --enable-opcache Enable Zend Optimizer+ support], yes) if test "$PHP_OPCACHE" != "no"; then