Commit: 1a5eadabcdf3c072b83b282cc92be009f24d9f79 Author: Johannes Schlüter <[email protected]> Thu, 20 Dec 2012 15:04:09 +0100 Parents: 493697b1eed419ac0895a07ce53ee9a00b701ead Branches: master
Link: http://git.php.net/?p=web/php.git;a=commitdiff;h=1a5eadabcdf3c072b83b282cc92be009f24d9f79 Log: Fix typo Changed paths: M archive/entries/2012-12-20-1.xml M releases/5_3_20.php Diff: diff --git a/archive/entries/2012-12-20-1.xml b/archive/entries/2012-12-20-1.xml index 26a8040..fe23776 100644 --- a/archive/entries/2012-12-20-1.xml +++ b/archive/entries/2012-12-20-1.xml @@ -11,7 +11,7 @@ <content type="xhtml"> <div xmlns="http://www.w3.org/1999/xhtml"> <div> - <p>The PHP development team announces the immediate availability of PHP 5.4.10 and PHP 5.3.20. These releases fix about 15 bugs. Please note that the PHP 5.3 series will enter an end of live cycle and receive only critical fixes as of March 2013. All users of PHP are encouraged to upgrade to PHP 5.4.</p> + <p>The PHP development team announces the immediate availability of PHP 5.4.10 and PHP 5.3.20. These releases fix about 15 bugs. Please note that the PHP 5.3 series will enter an end of life cycle and receive only critical fixes as of March 2013. All users of PHP are encouraged to upgrade to PHP 5.4.</p> <p>For source downloads of PHP 5.4.10 and PHP 5.3.20 please visit our <a href="/downloads.php">downloads page</a>, Windows binaries can be found on <a href="http://windows.php.net/download/">windows.php.net/download/</a>.</p> <p>The list of changes are recorded in the <a href="/ChangeLog-5.php">ChangeLog</a>.</p> </div> diff --git a/releases/5_3_20.php b/releases/5_3_20.php index 17bb099..24b26a6 100644 --- a/releases/5_3_20.php +++ b/releases/5_3_20.php @@ -8,7 +8,7 @@ site_header("PHP 5.3.20 Release Announcement"); <h1>PHP 5.3.20 Release Announcement</h1> <p>The PHP development team announces the immediate availability of PHP -5.3.20. About 15 bugs were fixed. Please note that the PHP 5.3 series will enter an end of live cycle and receive only critical fixes as of March 2013. All users of PHP are encouraged to upgrade to PHP 5.4. PHP 5.3.20 is recommended for those wishing to remain on the 5.3 series.</p> +5.3.20. About 15 bugs were fixed. Please note that the PHP 5.3 series will enter an end of life cycle and receive only critical fixes as of March 2013. All users of PHP are encouraged to upgrade to PHP 5.4. PHP 5.3.20 is recommended for those wishing to remain on the 5.3 series.</p> <p>For source downloads of PHP 5.3.20 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
