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/5_1_4.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

30 lines
946 B
PHP

<?php
$_SERVER['BASE_PAGE'] = 'releases/5_1_4.php';
include_once __DIR__ . '/../include/prepend.inc';
site_header("PHP 5.1.4 Release Announcement");
?>
<h1>PHP 5.1.4 Release Announcement</h1>
<p>
A 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
made available to address these two issues. All PHP users are encouraged to upgrade to this release as soon as possible.
</p>
<p>
This release provides fixes for the following bugs:
<ul>
<li>Fixed problems with file uploads and the $_POST array handling.</li>
<li>Resolved multiple problems with the FastCGI sapi.</li>
<li>Fixed possible crash in highlight_string().</li>
<li>Fixed cloning of DOM Documents and Noded.</li>
<li>Several fixes to PDO ODBC driver.</li>
</ul>
</p>
<p>
For a full list of changes in PHP 5.1.4, see the
<a href="/ChangeLog-5.php#5.1.4">ChangeLog</a>.
</p>
<?php site_footer(); ?>