Commit: 1f98f83de8e354ed5431ab1d8779c22262a73c61 Author: Johannes Schlüter <[email protected]> Thu, 21 Feb 2013 21:33:11 +0100 Parents: 54e1d2666b4e7fe763dae124ffaac71ade11465e Branches: master
Link: http://git.php.net/?p=web/php.git;a=commitdiff;h=1f98f83de8e354ed5431ab1d8779c22262a73c61 Log: Move files to the correct location Changed paths: D 5_3_21.php D 5_4_11.php A releases/5_3_21.php A releases/5_4_11.php Diff: diff --git a/5_3_21.php b/5_3_21.php deleted file mode 100644 index fb6d489..0000000 --- a/5_3_21.php +++ /dev/null @@ -1,18 +0,0 @@ -<?php -// $Id$ -$_SERVER['BASE_PAGE'] = 'releases/5_3_21.php'; -include_once $_SERVER['DOCUMENT_ROOT'] . '/include/prepend.inc'; -site_header("PHP 5.3.21 Release Announcement"); -?> - -<h1>PHP 5.3.21 Release Announcement</h1> - -<p>The PHP development team announces the immediate availability of PHP -5.3.21. About 5 bugs were fixed All users of PHP are encouraged to upgrade to PHP 5.4. PHP 5.3.21 is recommended for those wishing to remain on the 5.3 series.</p> - -<p>For source downloads of PHP 5.3.21 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.21">ChangeLog</a>. -</p> - -<?php site_footer(); ?> diff --git a/5_4_11.php b/5_4_11.php deleted file mode 100644 index 794db3f..0000000 --- a/5_4_11.php +++ /dev/null @@ -1,19 +0,0 @@ -<?php -// $Id$ -$_SERVER['BASE_PAGE'] = 'releases/5_4_11.php'; -include_once $_SERVER['DOCUMENT_ROOT'] . '/include/prepend.inc'; -site_header("PHP 5.4.11 Release Announcement"); -?> - -<h1>PHP 5.4.11 Release Announcement</h1> - -<p>The PHP development team would like to announce the immediate -availability of PHP 5.4.11. About 10 bugs were fixed. All -users of PHP are encouraged to upgrade to this release.</p> - -<p>For source downloads of PHP 5.4.11 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.11">ChangeLog</a>. -</p> - -<?php site_footer(); ?> diff --git a/releases/5_3_21.php b/releases/5_3_21.php new file mode 100644 index 0000000..fb6d489 --- /dev/null +++ b/releases/5_3_21.php @@ -0,0 +1,18 @@ +<?php +// $Id$ +$_SERVER['BASE_PAGE'] = 'releases/5_3_21.php'; +include_once $_SERVER['DOCUMENT_ROOT'] . '/include/prepend.inc'; +site_header("PHP 5.3.21 Release Announcement"); +?> + +<h1>PHP 5.3.21 Release Announcement</h1> + +<p>The PHP development team announces the immediate availability of PHP +5.3.21. About 5 bugs were fixed All users of PHP are encouraged to upgrade to PHP 5.4. PHP 5.3.21 is recommended for those wishing to remain on the 5.3 series.</p> + +<p>For source downloads of PHP 5.3.21 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.21">ChangeLog</a>. +</p> + +<?php site_footer(); ?> diff --git a/releases/5_4_11.php b/releases/5_4_11.php new file mode 100644 index 0000000..794db3f --- /dev/null +++ b/releases/5_4_11.php @@ -0,0 +1,19 @@ +<?php +// $Id$ +$_SERVER['BASE_PAGE'] = 'releases/5_4_11.php'; +include_once $_SERVER['DOCUMENT_ROOT'] . '/include/prepend.inc'; +site_header("PHP 5.4.11 Release Announcement"); +?> + +<h1>PHP 5.4.11 Release Announcement</h1> + +<p>The PHP development team would like to announce the immediate +availability of PHP 5.4.11. About 10 bugs were fixed. All +users of PHP are encouraged to upgrade to this release.</p> + +<p>For source downloads of PHP 5.4.11 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.11">ChangeLog</a>. +</p> + +<?php site_footer(); ?> -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
