xref: /web-php/releases/5_1_4.php (revision f1cb7e74)
1<?php
2$_SERVER['BASE_PAGE'] = 'releases/5_1_4.php';
3include_once __DIR__ . '/../include/prepend.inc';
4site_header("PHP 5.1.4 Release Announcement");
5?>
6
7<h1>PHP 5.1.4 Release Announcement</h1>
8<p>
9A critical bug with file uploads as well as the fastcgi sapi has been discovered in PHP 5.1.3 and a new PHP release 5.1.4 has been
10 made available to address these two issues. All PHP users are encouraged to upgrade to this release as soon as possible.
11</p>
12
13<p>
14This release provides fixes for the following bugs:
15<ul>
16	<li>Fixed problems with file uploads and the $_POST array handling.</li>
17	<li>Resolved multiple problems with the FastCGI sapi.</li>
18	<li>Fixed possible crash in highlight_string().</li>
19	<li>Fixed cloning of DOM Documents and Noded.</li>
20	<li>Several fixes to PDO ODBC driver.</li>
21</ul>
22</p>
23
24<p>
25 For a full list of changes in PHP 5.1.4, see the
26 <a href="/ChangeLog-5.php#5.1.4">ChangeLog</a>.
27</p>
28
29<?php site_footer(); ?>
30