Commit: b63572f45ac79e476bcac48e63dc0f410e217db0 Author: David Soria Parra <[email protected]> Thu, 20 Jun 2013 20:43:25 +0200 Parents: e406f96ba04a09722b1b6dcc35ae0dfd27a9e5be Branches: master
Link: http://git.php.net/?p=web/php.git;a=commitdiff;h=b63572f45ac79e476bcac48e63dc0f410e217db0 Log: Fixes for the news entry Changed paths: M archive/entries/2013-06-20-1.xml Diff: diff --git a/archive/entries/2013-06-20-1.xml b/archive/entries/2013-06-20-1.xml index a8f15ae..a0f901f 100644 --- a/archive/entries/2013-06-20-1.xml +++ b/archive/entries/2013-06-20-1.xml @@ -26,7 +26,8 @@ <li>Added support for using empty() on the result of function calls and other expressions</li> <li>Added support for non-scalar Iterator keys in foreach</li> <li>Added support for list in foreach</li> - <li>Added Zend Opcache extension and enable building it by default (OPCode cache)</li> + <li>Added Zend Opcache extension and enable building it by default.</li> + <li>The GD library has been upgraded to version 2.1 adding new functions and improve existing functionality.</li> <li>A lot more improvements and fixes</li> </ul> @@ -34,7 +35,7 @@ <b>Changes that affect compatibility:</b> </p> <ul> - <li><a href="http://www.php.net/php-logo-guid">PHP logo GUIDs removed</a> have been removed</li> + <li><a href="http://www.php.net/php-logo-guid">PHP logo GUIDs</a> have been removed</li> <li>Windows XP and 2003 support dropped</li> <li>Case insensitivity is no longer locale specific. All case insensitive matching for function, class and constant names is now performed in a locale independent manner according to ASCII rules</li> </ul> -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
