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_4_3.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

36 lines
1.1 KiB
PHP

<?php
$_SERVER['BASE_PAGE'] = 'releases/4_4_3.php';
include_once __DIR__ . '/../include/prepend.inc';
site_header("PHP 4.4.3 Release Announcement");
?>
<h1>PHP 4.4.3. Release Announcement</h1>
<p>
The PHP development team is proud to announce the release of <a href="/downloads.php#v4">PHP 4.4.3</a>.
This release combines small number of bug fixes and resolves a number of security issues.
All PHP 4.x users are encouraged to upgrade to this release as soon as possible.
</p>
<p>
The security issues resolved include the following:
<ul>
<li>Disallow certain characters in session names.</li>
<li>Fixed a buffer overflow inside the wordwrap() function.</li>
<li>Prevent jumps to parent directory via the 2nd parameter of the tempnam() function.</li>
<li>Improved safe_mode check for the error_log() function.</li>
<li>Fixed cross-site scripting inside the phpinfo() function.</li>
</ul>
</p>
<p>
The release also includes about 20 bug fixes and an upgraded PCRE library
(version 6.6).
</p>
<p>
For a full list of changes in PHP 4.4.3, see the
<a href="/ChangeLog-4.php#4.4.3">ChangeLog</a>.
</p>
<?php site_footer(); ?>