Commit: 25e160b9c7814e74460d8e83a8d9ca05cd6d342f Author: Adam Harvey <[email protected]> Thu, 20 Jun 2013 15:06:59 -0700 Parents: 7edb7a126fea1d752feafc2a9d781758e3ce786d Branches: master
Link: http://git.php.net/?p=web/php.git;a=commitdiff;h=25e160b9c7814e74460d8e83a8d9ca05cd6d342f Log: Remove a couple of direct Wiki links and point to the manual instead. Changed paths: M releases/5_5_0.php Diff: diff --git a/releases/5_5_0.php b/releases/5_5_0.php index a826ea6..0d9dbfa 100644 --- a/releases/5_5_0.php +++ b/releases/5_5_0.php @@ -21,9 +21,9 @@ This release includes a large number of new features and bug fixes. <li>Added <a href="http://www.php.net/password">simplified password hashing API</a>.</li> <li>Added support for constant array/string dereferencing.</li> <li>Added Class Name Resolution As Scalar Via <a href="https://wiki.php.net/rfc/class_name_scalars">"class" Keyword</a></li> - <li>Added <a href="https://wiki.php.net/rfc/empty_isset_exprs">support for using empty() on the result of function calls and other expressions</a></li> + <li>Added <a href="http://www.php.net/migration55.new-features#migration55.new-features.empty">support for using empty() on the result of function calls and other expressions</a></li> <li>Added support for <a href="https://wiki.php.net/rfc/foreach-non-scalar-keys">non-scalar Iterator keys in foreach</a></li> - <li>Added support for <a href="https://wiki.php.net/rfc/foreachlist">list in foreach</a></li> + <li>Added support for <a href="http://www.php.net/foreach#control-structures.foreach.list">list in foreach</a></li> <li>Added Zend Opcache extension and enable building it by default</li> <li>A lot more improvements and fixes</li> </ul> -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
