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