1
0
mirror of https://github.com/php/web-php.git synced 2026-03-24 07:12:16 +01:00
Files
archived-web-php/releases/5_4_1.php
2012-04-26 12:51:26 +02:00

39 lines
1.4 KiB
PHP

<?php
// $Id$
$_SERVER['BASE_PAGE'] = 'releases/5_4_1.php';
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/prepend.inc';
site_header("PHP 5.4.1 Release Announcement");
?>
<h1>PHP 5.4.1 Release Announcement</h1>
<p>The PHP development team announces the immediate availability of
PHP 5.4.1. This release focuses on improving the stability of the
PHP 5.4 branch with over 60 bug fixes, some of which are security related.</p>
<p>Security Enhancements for PHP 5.4.1:</p>
<ul>
<li>Fixed bug #54374 (Insufficient validating of upload name leading to
corrupted $_FILES indices). (CVE-2012-1172). (Stas, lekensteyn at
gmail dot com, Pierre)</li>
<li>Add open_basedir checks to readline_write_history and readline_read_history.
(Rasmus, reported by Mateusz Goik)</li>
</ul>
<p>Key enhancements in PHP 5.4.1 include:</p>
<ul>
<li>Added debug info handler to DOM objects. (Gustavo, Joey Smith)</li>
<li>Fixed bug #61172 (Add Apache 2.4 support). (Chris Jones)</li>
</ul>
<p>For a full list of changes in PHP 5.4.1, see the <a
href="/ChangeLog-5.php#5.4.1">ChangeLog</a>. For source downloads please visit
our <a href="/downloads.php">downloads page</a>, Windows binaries can be found
on <a href="http://windows.php.net/download/">windows.php.net/download/</a>.</p>
<p>All users of PHP are strongly encouraged to upgrade to PHP 5.4.1.</p>
<?php site_footer(); ?>