Commit: 6a8bf97c8b993ca27805b8b2817a975f6201f3c1 Author: Stanislav Malyshev <[email protected]> Thu, 22 Aug 2013 16:13:49 -0700 Parents: a879987131bb2aee5f4f5d40fc1fe983d840dc3f Branches: master
Link: http://git.php.net/?p=web/php.git;a=commitdiff;h=6a8bf97c8b993ca27805b8b2817a975f6201f3c1 Log: fix wording Changed paths: M archive/entries/2013-08-22-1.xml M releases/5_4_18.php M releases/5_4_19.php M releases/5_5_2.php M releases/5_5_3.php Diff: diff --git a/archive/entries/2013-08-22-1.xml b/archive/entries/2013-08-22-1.xml index b508b9c..16b7edb 100644 --- a/archive/entries/2013-08-22-1.xml +++ b/archive/entries/2013-08-22-1.xml @@ -11,7 +11,7 @@ <content type="html"> <p>The PHP development team announces the immediate availability of PHP 5.4.19 and PHP 5.5.3. These releases fix a bug in the patch for CVE-2013-4248 in OpenSSL module and - compile failure with ZTS enabled in PHP 5.4.</p> + compile failure with ZTS enabled in PHP 5.4. All PHP users are encouraged to upgrade to either PHP 5.5.3 or PHP 5.4.19.</p> <p>For source downloads of PHP 5.4.19 and PHP 5.5.3 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_4_18.php b/releases/5_4_18.php index 1413d29..60895be 100644 --- a/releases/5_4_18.php +++ b/releases/5_4_18.php @@ -9,7 +9,7 @@ site_header("PHP 5.4.18 Release Announcement"); <p>The PHP development team announces the immediate availability of PHP 5.4.18. About 30 bugs were fixed, including security issues CVE-2013-4113 and CVE-2013-4248. -All users of PHP are encouraged to upgrade to this release.</p> +</p> <p><b>NOTE:</b> Please do not use this release, due to the bug in the fix for CVE-2013-4248. This bug is fixed in PHP 5.4.19.</p> diff --git a/releases/5_4_19.php b/releases/5_4_19.php index 95f3c84..6fa43c6 100644 --- a/releases/5_4_19.php +++ b/releases/5_4_19.php @@ -11,6 +11,8 @@ site_header("PHP 5.4.19 Release Announcement"); 5.4.19. This release fixes a bug in the patch for CVE-2013-4248 in OpenSSL module and compile failure with ZTS enabled.</p> +<p>All PHP 5.4 users are encouraged to upgrade to this release.</p> + <p>For source downloads of PHP 5.4.19 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>. The list of changes is recorded in the <a href="http://www.php.net/ChangeLog-5.php#5.4.19">ChangeLog</a>. diff --git a/releases/5_5_2.php b/releases/5_5_2.php index d64ce84..442f7a3 100644 --- a/releases/5_5_2.php +++ b/releases/5_5_2.php @@ -9,7 +9,7 @@ site_header("PHP 5.5.2 Release Announcement"); <p>The PHP development team announces the immediate availability of PHP 5.5.2. About 20 bugs were fixed, including security issue in OpenSSL module (CVE-2013-4248) and session fixation problem (CVE-2011-4718). -All users of PHP are encouraged to upgrade to this release.</p> +</p> <p><b>NOTE:</b> Please do not use this release, due to the bug in the fix for CVE-2013-4248. This bug is fixed in PHP 5.5.3.</p> diff --git a/releases/5_5_3.php b/releases/5_5_3.php index fee4930..6b3dc60 100644 --- a/releases/5_5_3.php +++ b/releases/5_5_3.php @@ -10,6 +10,8 @@ site_header("PHP 5.5.3 Release Announcement"); <p>The PHP development team announces the immediate availability of PHP 5.5.3. This release fixes a bug in the patch for CVE-2013-4248 in OpenSSL module.</p> +<p>All PHP users are encouraged to upgrade to this release.</p> + <p>For source downloads of PHP 5.5.3 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>. The list of changes is recorded in the <a href="http://www.php.net/ChangeLog-5.php#5.5.3">ChangeLog</a>. -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
