1
0
mirror of https://github.com/php/web-php.git synced 2026-03-23 23:02:13 +01:00
Files
archived-web-php/releases/4_3_8.php
Sara Golemon f1cb7e74c4 Swap uses of _SERVER[DOCUMENT_ROOT] for __DIR__
4/4 - Update releases directory.
2019-05-31 12:48:34 -04:00

31 lines
840 B
PHP

<?php
$_SERVER['BASE_PAGE'] = 'releases/4_3_8.php';
include_once __DIR__ . '/../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(); ?>