Commit: 40bc24e52e606facad5c69b8087beaa03ac0dedb Author: Johannes Schlüter <[email protected]> Thu, 11 Jul 2013 16:17:35 +0200 Parents: ad23a09d84fb5b141d40532d01a735207c1a27ef Branches: master
Link: http://git.php.net/?p=web/php.git;a=commitdiff;h=40bc24e52e606facad5c69b8087beaa03ac0dedb Log: Grammar and related fixes Changed paths: M archive/entries/2013-07-11-1.xml M releases/5_3_27.php Diff: diff --git a/archive/entries/2013-07-11-1.xml b/archive/entries/2013-07-11-1.xml index 253f98b..0594e2f 100644 --- a/archive/entries/2013-07-11-1.xml +++ b/archive/entries/2013-07-11-1.xml @@ -1,9 +1,9 @@ <?xml version="1.0" encoding="utf-8"?> <entry xmlns="http://www.w3.org/2005/Atom"> - <title>PHP 5.3.27. PHP 5.3 reaching end of life</title> + <title>PHP 5.3.27 Released - PHP 5.3 Reaching End of Life</title> <id>http://php.net/archive/2013.php#id2013-07-11-1</id> - <published>2013-07-11T15:30:59+00:00</published> - <updated>2013-07-11T15:30:59+00:00</updated> + <published>2013-07-11T15:10:59+00:00</published> + <updated>2013-07-11T15:10:59+00:00</updated> <category term="frontpage" label="PHP.net frontpage news"/> <category term="releases" label="New PHP release"/> <link href="http://php.net/index.php#id2013-07-11-1" rel="alternate" type="text/html"/> @@ -12,7 +12,7 @@ <div xmlns="http://www.w3.org/1999/xhtml"> <p>The PHP development team announces the immediate availability of PHP 5.3.27. About 10 bugs were fixed, including a security fix in the XML parser (Bug #65236).</p> - <p><b>Please Note:</b> This release of PHP 5.3.27 is the last regular release ofthe PHP 5.3 series. All users of PHP are encouraged to upgrade to PHP 5.4 or PHP 5.5. The PHP 5.3 series will receive only security fixes forthe next year.</p> + <p><b>Please Note:</b> This will be the last regular release of the PHP 5.3 series. All users of PHP are encouraged to upgrade to PHP 5.4 or PHP 5.5. The PHP 5.3 series will receive only security fixes for the next year.</p> <p>For source downloads of PHP 5.3.27 please visit our <a href="http://www.php.net/downloads.php">downloads page</a>, Windows binaries can be found on <a href="http://windows.php.net/download/">windows.php.net/download/</a>. diff --git a/releases/5_3_27.php b/releases/5_3_27.php index 3ae34eb..8936611 100644 --- a/releases/5_3_27.php +++ b/releases/5_3_27.php @@ -9,7 +9,7 @@ site_header("PHP 5.3.27 Release Announcement"); <p>The PHP development team announces the immediate availability of PHP 5.3.27. About 10 bugs were fixed, including a security fix in the XML parser (Bug #65236).</p> -<p><b>Please Note:</b> This release of PHP 5.3.27 is the last regular release ofthe PHP 5.3 series. All users of PHP are encouraged to upgrade to PHP 5.4 or PHP 5.5. The PHP 5.3 series will receive only security fixes forthe next year.</p> +<p><b>Please Note:</b> This will be the last regular release of the PHP 5.3 series. All users of PHP are encouraged to upgrade to PHP 5.4 or PHP 5.5. The PHP 5.3 series will receive only security fixes for the next year.</p> <p>For source downloads of PHP 5.3.27 please visit our <a href="http://www.php.net/downloads.php">downloads page</a>, Windows binaries can be found on <a href="http://windows.php.net/download/">windows.php.net/download/</a>. -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
