Commit: 213ddf3d078a52844ee9bf9fb93ebf7c2f0194e8 Author: David Soria Parra <[email protected]> Thu, 18 Oct 2012 19:30:59 +0200 Parents: 9b8b64deef7bcb4e096b6c390eae2859744ac867 Branches: master
Link: http://git.php.net/?p=web/php.git;a=commitdiff;h=213ddf3d078a52844ee9bf9fb93ebf7c2f0194e8 Log: Release notes for PHP 5.4.8 and PHP 5.3.18 Changed paths: A releases/5_3_18.php A releases/5_4_8.php Diff: diff --git a/releases/5_3_18.php b/releases/5_3_18.php new file mode 100644 index 0000000..6ce0b4f --- /dev/null +++ b/releases/5_3_18.php @@ -0,0 +1,20 @@ +<?php +// $Id$ +$_SERVER['BASE_PAGE'] = 'releases/5_3_18.php'; +include_once $_SERVER['DOCUMENT_ROOT'] . '/include/prepend.inc'; +site_header("PHP 5.3.18 Release Announcement"); +?> + +<h1>PHP 5.3.18 Release Announcement</h1> + +<p>The PHP development team announces the immediate availability of PHP +5.3.18. About 10 bugs were fixed. All users of PHP are encouraged to upgrade to +PHP 5.4.8. Alternatively, PHP 5.3.18 is recommended for those wishing to remain +on the 5.3 series.</p> + +<p>For source downloads of PHP 5.3.18 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.18">ChangeLog</a>. +</p> + +<?php site_footer(); ?> diff --git a/releases/5_4_8.php b/releases/5_4_8.php new file mode 100644 index 0000000..34839d6 --- /dev/null +++ b/releases/5_4_8.php @@ -0,0 +1,20 @@ +<?php +// $Id$ +$_SERVER['BASE_PAGE'] = 'releases/5_4_8.php'; +include_once $_SERVER['DOCUMENT_ROOT'] . '/include/prepend.inc'; +site_header("PHP 5.4.8 Release Announcement"); +?> + +<h1>PHP 5.4.8 Release Announcement</h1> + +<p>The PHP development team would like to announce the immediate +availability of PHP 5.4.8. Over 20 bugs were fixed. In addition OpenSSL +signature verification now supports the SHA-2 family and RMD160. All +users of PHP are encouraged to upgrade to this release.</p> + +<p>For source downloads of PHP 5.4.8 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.8">ChangeLog</a>. +</p> + +<?php site_footer(); ?> -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
