Commit: b87ce2ede5eea3c0344d69923307d765ea187fb1 Author: Adam Harvey <[email protected]> Thu, 28 Aug 2014 09:56:01 -0700 Parents: aff58267888b12c34c6865553d131a68fcb771fc Branches: master
Link: http://git.php.net/?p=web/php.git;a=commitdiff;h=b87ce2ede5eea3c0344d69923307d765ea187fb1 Log: Fix phrasing, per Chris. 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 bcfd74f..d2388db 100644 --- a/archive/entries/2014-08-28-1.xml +++ b/archive/entries/2014-08-28-1.xml @@ -11,7 +11,7 @@ <content type="xhtml"> <div xmlns="http://www.w3.org/1999/xhtml"> <p>The PHP Development Team announces the immediate availability of PHP 5.6.0. -This new version release comes with new features, some backward incompatible changes and many improvements. +This new version comes with new features, some backward incompatible changes and many improvements. </p> <p><b>The main features of PHP 5.6.0 include:</b></p> diff --git a/releases/5_6_0.php b/releases/5_6_0.php index e7bddf3..325e4f2 100644 --- a/releases/5_6_0.php +++ b/releases/5_6_0.php @@ -8,7 +8,7 @@ site_header("PHP 5.6.0 Release Announcement"); <h1>PHP 5.6.0 Release Announcement</h1> <p>The PHP Development Team announces the immediate availability of PHP 5.6.0. -This new version release comes with new features, some backward incompatible changes and many improvements. +This new version comes with new features, some backward incompatible changes and many improvements. </p> <p><b>The main features of PHP 5.6.0 include:</b></p> -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
