Commit: 2b7c472c322cca82bd3dea334ba6d5960cadb6b2 Author: Hannes Magnusson <[email protected]> Thu, 12 Dec 2013 17:56:24 -0800 Parents: d273558f36a7d09b81316b619897b9b63d89e53e Branches: master
Link: http://git.php.net/?p=web/php.git;a=commitdiff;h=2b7c472c322cca82bd3dea334ba6d5960cadb6b2 Log: Fix markup Changed paths: M archive/entries/2013-12-12-1.xml M archive/entries/2013-12-12-2.xml Diff: diff --git a/archive/entries/2013-12-12-1.xml b/archive/entries/2013-12-12-1.xml index c21b459..b22120e 100644 --- a/archive/entries/2013-12-12-1.xml +++ b/archive/entries/2013-12-12-1.xml @@ -14,9 +14,11 @@ PHP 5.5.6 and it also includes a fix for CVE-2013-6420 in OpenSSL extension. All users are strongly encouraged to upgrade.</p> - <p>For source downloads of PHP 5.5.7 please visit our <a href="http://www.php.net/downloads.php">downloads page</a>, + <p> + For source downloads of PHP 5.5.7 please visit our <a href="http://www.php.net/downloads.php">downloads page</a>, Windows binaries are located on <a href="http://windows.php.net/download/">windows.php.net/download/</a>. The list of changes can be found in the <a href="http://www.php.net/ChangeLog-5.php#5.5.7">ChangeLog</a>. + </p> </div> </content> </entry> diff --git a/archive/entries/2013-12-12-2.xml b/archive/entries/2013-12-12-2.xml index 1dffc6e..814f4b2 100644 --- a/archive/entries/2013-12-12-2.xml +++ b/archive/entries/2013-12-12-2.xml @@ -10,7 +10,7 @@ <link href="http://php.net/archive/2013.php#id2013-12-12-2" rel="via" type="text/html"/> <content type="xhtml"> <div xmlns="http://www.w3.org/1999/xhtml"> - <p>The PHP development team announces the immediate availability of PHP 5.3.28. This release fixes two security issues in OpenSSL module in PHP 5.3 - CVE-2013-4073 and CVE-2013-6420. All PHP 5.3 users are encouraged to upgrade to PHP 5.3.28 or latest versions of PHP 5.4 or PHP 5.5.<p> + <p>The PHP development team announces the immediate availability of PHP 5.3.28. This release fixes two security issues in OpenSSL module in PHP 5.3 - CVE-2013-4073 and CVE-2013-6420. All PHP 5.3 users are encouraged to upgrade to PHP 5.3.28 or latest versions of PHP 5.4 or PHP 5.5.</p> <p>For source downloads of PHP 5.3.28 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
