|
| 1 | +<?xml version="1.0" encoding="utf-8"?> |
| 2 | +<entry xmlns="http://www.w3.org/2005/Atom"> |
| 3 | + <title>PHP 5.3.11 And PHP 5.4.1 Released!</title> |
| 4 | + <id>http://www.php.net/archive/2012.php#id2012-04-26-1</id> |
| 5 | + <published>2012-04-26T10:50:38+00:00</published> |
| 6 | + <updated>2012-04-26T10:50:38+00:00</updated> |
| 7 | + <category term="frontpage" label="PHP.net frontpage news"/> |
| 8 | + <category term="releases" label="New PHP release"/> |
| 9 | + <link href="http://www.php.net/index.php#id2012-04-26-1" rel="alternate" type="text/html"/> |
| 10 | + <link href="http://www.php.net/archive/2012.php#id2012-04-26-1" rel="via" type="text/html"/> |
| 11 | + <content type="xhtml"> |
| 12 | + <div xmlns="http://www.w3.org/1999/xhtml"> |
| 13 | + <p>The PHP development team announces the immediate availability of PHP 5.3.11 and PHP 5.4.1. These releases focuses on improving the stability of the current PHP branches with over 60 bug fixes, some of which are security related.</p> |
| 14 | + |
| 15 | + <p>Security Enhancements for both PHP 5.3.11 and PHP 5.4.1:</p> |
| 16 | + |
| 17 | + <ul> |
| 18 | + <li>Fixed bug #54374 (Insufficient validating of upload name leading to corrupted $_FILES indices). (CVE-2012-1172).</li> |
| 19 | + <li>Add open_basedir checks to readline_write_history and readline_read_history.</li> |
| 20 | + </ul> |
| 21 | + |
| 22 | + <p>Security Enhancement affecting PHP 5.3.11 only:</p> |
| 23 | + |
| 24 | + <ul> |
| 25 | + <li>Fixed bug #61043 (Regression in magic_quotes_gpc fix for CVE-2012-0831).</li> |
| 26 | + </ul> |
| 27 | + |
| 28 | + <p>Key enhancements in these releases include:</p> |
| 29 | + |
| 30 | + <ul> |
| 31 | + <li>Added debug info handler to DOM objects.</li> |
| 32 | + <li>Fixed bug #61172 (Add Apache 2.4 support).</li> |
| 33 | + </ul> |
| 34 | + |
| 35 | + <p>For a full list of changes in PHP 5.3.11 and PHP 5.4.1, see the <a href="/ChangeLog-5.php">ChangeLog</a>. For source downloads please visit |
| 36 | + our <a href="/downloads.php">downloads page</a>, Windows binaries can be found |
| 37 | + on <a href="http://windows.php.net/download/">windows.php.net/download/</a>.</p> |
| 38 | + |
| 39 | + <p>All users of PHP are strongly encouraged to upgrade to PHP 5.3.11 or PHP 5.4.1.</p> |
| 40 | + </div> |
| 41 | + </content> |
| 42 | +</entry> |
0 commit comments