xref: /web-php/releases/4_4_2.php (revision f1cb7e74)
1<?php
2$_SERVER['BASE_PAGE'] = 'releases/4_4_1.php';
3include_once __DIR__ . '/../include/prepend.inc';
4site_header("PHP 4.4.2 Release Announcement");
5?>
6
7<h1>PHP 4.4.2. Release Announcement</h1>
8<p>
9The PHP Development Team would like to announce the immediate release of
10<a href="/downloads.php">PHP 4.4.2</a>.
11</p>
12<p>
13This is a bug fix release, which addresses some security problems too. The
14major points that this release corrects are:
15<ul>
16<li>Prevent header injection by limiting each header to a single line.</li>
17<li>Possible XSS inside error reporting functionality.</li>
18<li>Missing safe_mode/open_basedir checks into cURL extension.</li>
19<li>Apache 2 regression with sub-request handling on non-Linux systems.</li>
20<li>key() and current() regression related to references.</li>
21</ul>
22</p>
23<p>
24This release also fixes about 30 other defects.
25</p>
26<p>
27 For a full list of changes in PHP 4.4.2, see the
28 <a href="/ChangeLog-4.php#4.4.2">ChangeLog</a>.
29</p>
30
31<?php site_footer(); ?>
32