xref: /web-php/releases/5_4_1.php (revision f1cb7e74)
1<?php
2$_SERVER['BASE_PAGE'] = 'releases/5_4_1.php';
3include_once __DIR__ . '/../include/prepend.inc';
4site_header("PHP 5.4.1 Release Announcement");
5?>
6
7<h1>PHP 5.4.1 Release Announcement</h1>
8
9<p>The PHP development team announces the immediate availability of
10PHP 5.4.1. This release focuses on improving the stability of the
11PHP 5.4 branch with over 60 bug fixes, some of which are security related.</p>
12
13<p>Security Enhancements for PHP 5.4.1:</p>
14
15<ul>
16  <li>Fixed bug #54374 (Insufficient validating of upload name leading to
17    corrupted $_FILES indices). (CVE-2012-1172). (Stas, lekensteyn at
18    gmail dot com, Pierre)</li>
19  <li>Add open_basedir checks to readline_write_history and readline_read_history.
20    (Rasmus, reported by Mateusz Goik)</li>
21</ul>
22
23<p>Key enhancements in PHP 5.4.1 include:</p>
24
25<ul>
26  <li>Added debug info handler to DOM objects. (Gustavo, Joey Smith)</li>
27  <li>Fixed bug #61172 (Add Apache 2.4 support). (Chris Jones)</li>
28</ul>
29
30<p>For a full list of changes in PHP 5.4.1, see the <a
31href="/ChangeLog-5.php#5.4.1">ChangeLog</a>. For source downloads please visit
32our <a href="/downloads.php">downloads page</a>, Windows binaries can be found
33on <a href="http://windows.php.net/download/">windows.php.net/download/</a>.</p>
34
35<p>All users of PHP are strongly encouraged to upgrade to PHP 5.4.1.</p>
36
37<?php site_footer(); ?>
38