1<?php 2$_SERVER['BASE_PAGE'] = 'releases/4_4_3.php'; 3include_once __DIR__ . '/../include/prepend.inc'; 4site_header("PHP 4.4.3 Release Announcement"); 5?> 6 7<h1>PHP 4.4.3. Release Announcement</h1> 8<p> 9The PHP development team is proud to announce the release of <a href="/downloads.php#v4">PHP 4.4.3</a>. 10This release combines small number of bug fixes and resolves a number of security issues. 11All PHP 4.x users are encouraged to upgrade to this release as soon as possible. 12</p> 13 14<p> 15The security issues resolved include the following: 16<ul> 17 <li>Disallow certain characters in session names.</li> 18 <li>Fixed a buffer overflow inside the wordwrap() function.</li> 19 <li>Prevent jumps to parent directory via the 2nd parameter of the tempnam() function.</li> 20 <li>Improved safe_mode check for the error_log() function.</li> 21 <li>Fixed cross-site scripting inside the phpinfo() function.</li> 22</ul> 23</p> 24 25<p> 26The release also includes about 20 bug fixes and an upgraded PCRE library 27(version 6.6). 28</p> 29 30<p> 31 For a full list of changes in PHP 4.4.3, see the 32 <a href="/ChangeLog-4.php#4.4.3">ChangeLog</a>. 33</p> 34 35<?php site_footer(); ?> 36