Commit: 0204f1702be24712f8bea85cd8376cda91f3c56a Author: Adam Harvey <[email protected]> Thu, 20 Jun 2013 15:09:20 -0700 Parents: 25e160b9c7814e74460d8e83a8d9ca05cd6d342f Branches: master
Link: http://git.php.net/?p=web/php.git;a=commitdiff;h=0204f1702be24712f8bea85cd8376cda91f3c56a Log: Removed another Wiki link: this one won't link directly to the right section until the next docs rebuild, but it's at least linking to the right page. Changed paths: M releases/5_5_0.php Diff: diff --git a/releases/5_5_0.php b/releases/5_5_0.php index 0d9dbfa..fac8927 100644 --- a/releases/5_5_0.php +++ b/releases/5_5_0.php @@ -20,7 +20,7 @@ This release includes a large number of new features and bug fixes. <li>Added <a href="http://www.php.net/exceptions">"finally"</a> keyword. </li> <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 scalar class name resolution via <a href="http://www.php.net/oop5.basic#language.oop5.basic.class.class">::class</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="http://www.php.net/foreach#control-structures.foreach.list">list in foreach</a></li> -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
