Commit:    46b74bfe277351d310b89ab43730a0d58f7317db
Author:    Adam Harvey <[email protected]>         Thu, 28 Aug 2014 05:17:23 -0700
Parents:   7dedce274ad181b841aec3f8b05150e472dbc2f8
Branches:  master

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

Log:
Tinker slightly with wording in the 5.6.0 announcement.

Changed paths:
  M  archive/entries/2014-08-28-1.xml
  M  releases/5_6_0.php


Diff:
diff --git a/archive/entries/2014-08-28-1.xml b/archive/entries/2014-08-28-1.xml
index 56da286..bcfd74f 100644
--- a/archive/entries/2014-08-28-1.xml
+++ b/archive/entries/2014-08-28-1.xml
@@ -17,16 +17,16 @@ 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#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/functions.arguments.php#functions.variable-arg-list";>Variadic
 functions</a> and argument unpacking using the <code>...</code> operator.</li>
+         <li><a 
href="http://php.net/language.operators.arithmetic";>Exponentiation using the 
<code>**</code> operator</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/wrappers.php.php#wrappers.php.input";>php://input</a> is 
now reusable, and <code>$HTTP_RAW_POST_DATA</code> is deprecated.</li>
          <li><a href="http://php.net/book.gmp";>GMP</a> objects now support 
operator overloading.</li>
-         <li>Files larger than 2 gigabytes in size are now accepted.</li>
+         <li>File uploads larger than 2 gigabytes in size are now 
accepted.</li>
         </ul>
 
-        <p>For a full list of new features, you may read <a 
href="http://php.net/migration56.new-features";> our migration guide new 
features</a> chapter.</p>
+        <p>For a full list of new features, you may read <a 
href="http://php.net/migration56.new-features";>the new features chapter of the 
migration guide</a>.</p>
 
         <p>
         <b>PHP 5.6.0 also introduces changes that affect compatibility:</b>
diff --git a/releases/5_6_0.php b/releases/5_6_0.php
index 573b828..e7bddf3 100644
--- a/releases/5_6_0.php
+++ b/releases/5_6_0.php
@@ -14,16 +14,16 @@ 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#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/functions.arguments.php#functions.variable-arg-list";>Variadic
 functions</a> and argument unpacking using the <code>...</code> operator.</li>
+<li><a href="http://php.net/language.operators.arithmetic";>Exponentiation 
using the <code>**</code> operator</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/wrappers.php.php#wrappers.php.input";>php://input</a> is 
now reusable, and <code>$HTTP_RAW_POST_DATA</code> is deprecated.</li>
  <li><a href="http://php.net/book.gmp";>GMP</a> objects now support operator 
overloading.</li>
- <li>Files larger than 2 gigabytes in size are now accepted.</li>
+ <li>File uploads larger than 2 gigabytes in size are now accepted.</li>
 </ul>
 
-<p>For a full list of new features, you may read <a 
href="http://php.net/migration56.new-features";> our migration guide new 
features</a> chapter.</p>
+<p>For a full list of new features, you may read <a 
href="http://php.net/migration56.new-features";>the new features chapter of the 
migration guide</a>.</p>
 
 <p>
 <b>PHP 5.6.0 also introduces changes that affect compatibility:</b>


--
PHP Webmaster List Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to