Commit:    930b272d700a7f854357628e446505fab29906a8
Author:    Dmitry Stogov <dmi...@zend.com>         Sun, 17 Mar 2013 10:58:30 
+0400
Parents:   07b1eaa6097903084be2abf0273dd1ed8e91b0d4
Branches:  PHP-5.5 master

Link:       
http://git.php.net/?p=php-src.git;a=commitdiff;h=930b272d700a7f854357628e446505fab29906a8

Log:
Enabled O+ build by default (it may be disabled before 5.0.0 release)

Changed paths:
  M  ext/opcache/config.m4


Diff:
diff --git a/ext/opcache/config.m4 b/ext/opcache/config.m4
index 4e41c8b..a217234 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


--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to