1
0
mirror of https://github.com/php/web-php.git synced 2026-03-24 07:12:16 +01:00
Files
archived-web-php/releases/4_3_8.php

32 lines
863 B
PHP

<?php
// $Id$
$_SERVER['BASE_PAGE'] = 'releases/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="/releases/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(); ?>