xref: /web-php/releases/4_4_9.php (revision f1cb7e74)
1<?php
2$_SERVER['BASE_PAGE'] = 'releases/4_4_9.php';
3include_once __DIR__ . '/../include/prepend.inc';
4site_header("PHP 4.4.9 Release Announcement");
5?>
6
7<h1>PHP 4.4.9 Release Announcement</h1>
8<p>
9The PHP development team would like to announce the immediate availability of
10PHP 4.4.9.  It continues to improve the security and the stability of the 4.4
11branch and all users are strongly encouraged to upgrade to it as soon as
12possible. This release wraps up all the outstanding patches for the PHP 4.4
13series, and is therefore the <b>last</b> PHP 4.4 release.
14</p>
15
16<p>
17<b>Security Enhancements and Fixes in PHP 4.4.9:</b>
18</p>
19<ul>
20	<li>Updated PCRE to version 7.7.</li>
21	<li>Fixed overflow in memnstr().</li>
22	<li>Fixed crash in imageloadfont when an invalid font is given.</li>
23	<li>Fixed open_basedir handling issue in the curl extension.</li>
24	<li>Fixed mbstring.func_overload set in .htaccess becomes global.</li>
25</ul>
26
27<p>
28 For a full list of changes in PHP 4.4.9, see the <a href="/ChangeLog-4.php#4.4.9">ChangeLog</a>.
29</p>
30
31
32<?php site_footer(); ?>
33