1<?php 2$_SERVER['BASE_PAGE'] = 'releases/4_3_8.php'; 3include_once __DIR__ . '/../include/prepend.inc'; 4site_header("PHP 4.3.8 Release Announcement"); 5?> 6 7<h1>PHP 4.3.8 Release Announcement</h1> 8 9<!-- 10<p>[ <a href="/releases/4_3_8_fr.php">Version Française</a> ]</p> 11--> 12 13<p> 14 PHP Development Team is would like to announce the immediate availability of <a href="/downloads.php">PHP 4.3.8</a>. 15 This release is made in response to several security issues that have been discovered since the 16 4.3.7 release. All users of PHP are strongly encouraged to upgrade to PHP 4.3.8 as soon as possible. 17</p> 18 19<h2>Security Fixes release</h2> 20 21<p> 22 This release addresses several important security issues. 23</p> 24 25<p> 26 For a full list of changes in PHP 4.3.8, see the 27 <a href="/ChangeLog-4.php#4.3.8">ChangeLog</a>. 28 </p> 29 30<?php site_footer(); ?> 31