Commit: 97d705b36bb1c8f275b0266763e32d85c82e94e2 Author: David Soria Parra <[email protected]> Thu, 21 Mar 2013 15:58:39 +0100 Parents: 45513f40984b851aa8d7778bb24a952e7e9650db Branches: master
Link: http://git.php.net/?p=web/php.git;a=commitdiff;h=97d705b36bb1c8f275b0266763e32d85c82e94e2 Log: Clarify that OPcache is disabled by default Changed paths: M archive/entries/2013-03-21-1.xml Diff: diff --git a/archive/entries/2013-03-21-1.xml b/archive/entries/2013-03-21-1.xml index b10e88f..04934b3 100644 --- a/archive/entries/2013-03-21-1.xml +++ b/archive/entries/2013-03-21-1.xml @@ -24,7 +24,7 @@ PHP 5.5.0beta1 is shipped with improvements. Here is an incomplete list: </p> <ul> - <li>Added Zend Opcache extension and enable building it by default,</li> + <li>Added Zend Opcache extension (but disabled by ini setting),</li> <li>Added array_column function which returns a column in a multidimensional array,</li> <li>Added support for non-scalar Iterator keys in foreach,</li> -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
