Commit: a0c03a3fa1ebdf0dbaa783decc28252636dea55b Author: Stanislav Malyshev <[email protected]> Thu, 12 Dec 2013 23:40:30 -0800 Parents: d273558f36a7d09b81316b619897b9b63d89e53e Branches: master
Link: http://git.php.net/?p=web/php.git;a=commitdiff;h=a0c03a3fa1ebdf0dbaa783decc28252636dea55b Log: fix file names Changed paths: D releases/5.3.28.php D releases/5.4.23.php A releases/5_3_28.php A releases/5_4_23.php Diff: diff --git a/releases/5.3.28.php b/releases/5.3.28.php deleted file mode 100644 index 6ba98e6..0000000 --- a/releases/5.3.28.php +++ /dev/null @@ -1,17 +0,0 @@ -<?php -// $Id$ -$_SERVER['BASE_PAGE'] = 'releases/5_3_28.php'; -include_once $_SERVER['DOCUMENT_ROOT'] . '/include/prepend.inc'; -site_header("PHP 5.3.28 Release Announcement"); -?> - -<h1>PHP 5.3.28 Release Announcement</h1> - -<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>. -The list of changes is recorded in the <a href="http://www.php.net/ChangeLog-5.php#5.3.28">ChangeLog</a>. -</p> - -<?php site_footer(); ?> diff --git a/releases/5.4.23.php b/releases/5.4.23.php deleted file mode 100644 index fd6a9e8..0000000 --- a/releases/5.4.23.php +++ /dev/null @@ -1,20 +0,0 @@ -<?php -// $Id$ -$_SERVER['BASE_PAGE'] = 'releases/5_4_23.php'; -include_once $_SERVER['DOCUMENT_ROOT'] . '/include/prepend.inc'; -site_header("PHP 5.4.23 Release Announcement"); -?> - -<h1>PHP 5.4.23 Release Announcement</h1> - -<p>The PHP development team announces the immediate availability of PHP -5.4.23. About 10 bugs were fixed, including a security issue in OpenSSL module (CVE-2013-6420). -All PHP 5.4 users are encouraged to upgrade to this version. -</p> - -<p>For source downloads of PHP 5.4.23 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.23">ChangeLog</a>. -</p> - -<?php site_footer(); ?> diff --git a/releases/5_3_28.php b/releases/5_3_28.php new file mode 100644 index 0000000..6ba98e6 --- /dev/null +++ b/releases/5_3_28.php @@ -0,0 +1,17 @@ +<?php +// $Id$ +$_SERVER['BASE_PAGE'] = 'releases/5_3_28.php'; +include_once $_SERVER['DOCUMENT_ROOT'] . '/include/prepend.inc'; +site_header("PHP 5.3.28 Release Announcement"); +?> + +<h1>PHP 5.3.28 Release Announcement</h1> + +<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>. +The list of changes is recorded in the <a href="http://www.php.net/ChangeLog-5.php#5.3.28">ChangeLog</a>. +</p> + +<?php site_footer(); ?> diff --git a/releases/5_4_23.php b/releases/5_4_23.php new file mode 100644 index 0000000..fd6a9e8 --- /dev/null +++ b/releases/5_4_23.php @@ -0,0 +1,20 @@ +<?php +// $Id$ +$_SERVER['BASE_PAGE'] = 'releases/5_4_23.php'; +include_once $_SERVER['DOCUMENT_ROOT'] . '/include/prepend.inc'; +site_header("PHP 5.4.23 Release Announcement"); +?> + +<h1>PHP 5.4.23 Release Announcement</h1> + +<p>The PHP development team announces the immediate availability of PHP +5.4.23. About 10 bugs were fixed, including a security issue in OpenSSL module (CVE-2013-6420). +All PHP 5.4 users are encouraged to upgrade to this version. +</p> + +<p>For source downloads of PHP 5.4.23 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.23">ChangeLog</a>. +</p> + +<?php site_footer(); ?> -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
