1
0
mirror of https://github.com/php/web-php.git synced 2026-04-01 04:02:10 +02:00
Files
archived-web-php/release_4_3_8.php
Ilia Alshanetsky c2f7605727 Added missing file.
2004-07-13 22:48:25 +00:00

32 lines
861 B
PHP

<?php
// $Id$
$_SERVER['BASE_PAGE'] = 'release_4_3_8.php';
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/prepend.inc';
site_header("PHP 4.3.8 Release Announcement");
?>
<h1>PHP 4.3.8 Release Announcement</h1>
<!--
<p>[ <a href="/release_4_3_8_fr.php">Version Fran&ccedil;aise</a> ]</p>
-->
<p>
PHP Development Team is would like to announce the immediate availability of <a href="/downloads.php">PHP 4.3.8</a>.
This release is made in response to several security issues that have been discovered since the
4.3.7 release. All users of PHP are strongly encouraged to upgrade to PHP 4.3.8 as soon as possible.
</p>
<h2>Security Fixes release</h2>
<p>
This release addresses several important security issues.
</p>
<p>
For a full list of changes in PHP 4.3.8, see the
<a href="/ChangeLog-4.php#4.3.8">ChangeLog</a>.
</p>
<?php site_footer(); ?>