Commit: 7dedce274ad181b841aec3f8b05150e472dbc2f8 Author: kovacs.ferenc <[email protected]> Thu, 28 Aug 2014 13:50:14 +0200 Parents: e2c6f30cf0c56e57955ca87bb71d2d1b1a43b4e5 Branches: master
Link: http://git.php.net/?p=web/php.git;a=commitdiff;h=7dedce274ad181b841aec3f8b05150e472dbc2f8 Log: also fix the announcement problems in releses/5_6_0.php Changed paths: M releases/5_6_0.php Diff: diff --git a/releases/5_6_0.php b/releases/5_6_0.php index 1679f4d..573b828 100644 --- a/releases/5_6_0.php +++ b/releases/5_6_0.php @@ -13,10 +13,10 @@ This new version release comes with new features, some backward incompatible cha <p><b>The main features of PHP 5.6.0 include:</b></p> <ul> - <li><a href="http://php.net/migration56.new-features.const-scalar-exprs">Constant scalar expressionss</a>.</li> + <li><a href="http://php.net/migration56.new-features#migration56.new-features.const-scalar-exprs">Constant scalar expressions</a>.</li> <li><a href="http://php.net/functions.arguments.php#functions.variable-arg-list">Variadic functions</a>, and argument unpacking syntax</li> <li><a href="http://php.net/language.operators.arithmetic">Exponentiation operator</a>.</li> - <li><a href="http://php.net/migration56.new-features.use">Function and constants imports</a> with the <a href="http://php.net/language.namespaces.importing.php">use keyword</a>.</li> + <li><a href="http://php.net/migration56.new-features#migration56.new-features.use">Function and constant importing</a> with the <a href="http://php.net/language.namespaces.importing.php">use keyword</a>.</li> <li><a href="http://phpdbg.com/docs">phpdbg</a> as an interactive integrated debugger SAPI.</li> <li><a href="http://php.net/wrappers.php.php#wrappers.php.input">php://input</a> attribute changes as well as POST data parsing mechanism.</li> <li><a href="http://php.net/book.gmp">GMP</a> objects now support operator overloading.</li> -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
