forked from php/web-php
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path4_3_8.php
30 lines (23 loc) · 840 Bytes
/
4_3_8.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
<?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ç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(); ?>