Commit:    0d0e301448c7248bdd2cee9f42b73507a073d787
Author:    Adam Harvey <[email protected]>         Thu, 20 Jun 2013 15:09:20 -0700
Parents:   4263cbaa4048334a834cd3e5c3df6dfe173719d2
Branches:  master

Link:       
http://git.php.net/?p=web/php.git;a=commitdiff;h=0d0e301448c7248bdd2cee9f42b73507a073d787

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

Reply via email to