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

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

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

Reply via email to