xref: /web-php/releases/5_3_6.php (revision f1cb7e74)
1<?php
2$_SERVER['BASE_PAGE'] = 'releases/5_3_6.php';
3include_once __DIR__ . '/../include/prepend.inc';
4site_header("PHP 5.3.6 Release Announcement");
5?>
6
7<h1>PHP 5.3.6 Release Announcement</h1>
8
9<p>The PHP development team would like to announce the immediate
10availability of PHP 5.3.6. This release focuses on improving the
11stability of the PHP 5.3.x branch with over 60 bug fixes, some of which
12are security related.</p>
13
14<p><b>Security Enhancements and Fixes in PHP 5.3.6:</b></p>
15<ul>
16    <li>Enforce security in the fastcgi protocol parsing with fpm SAPI.</li>
17    <li>Fixed bug #54247 (format-string vulnerability on Phar). (CVE-2011-1153)</li>
18    <li>Fixed bug #54193 (Integer overflow in shmop_read()). (CVE-2011-1092)</li>
19    <li>Fixed bug #54055 (buffer overrun with high values for precision ini setting).</li>
20    <li>Fixed bug #54002 (crash on crafted tag in exif). (CVE-2011-0708)</li>
21    <li>Fixed bug #53885 (ZipArchive segfault with FL_UNCHANGED on empty archive). (CVE-2011-0421)</li>
22</ul>
23
24<p><b>Key enhancements in PHP 5.3.6 include:</b></p>
25<ul>
26    <li>Upgraded bundled Sqlite3 to version 3.7.4.</li>
27    <li>Upgraded bundled PCRE to version 8.11.</li>
28    <li>Added ability to connect to HTTPS sites through proxy with basic authentication using stream_context/http/header/Proxy-Authorization.</li>
29    <li>Added options to debug backtrace functions.</li>
30    <li>Changed default value of ini directive serialize_precision from 100 to 17.</li>
31    <li>Fixed Bug #53971 (isset() and empty() produce apparently spurious runtime error).</li>
32    <li>Fixed Bug #53958 (Closures can't 'use' shared variables by value and by reference).</li>
33    <li>Fixed bug #53577 (Regression introduced in 5.3.4 in open_basedir with a trailing forward slash).</li>
34    <li>Over 60 other bug fixes.</li>
35</ul>
36
37<p>Windows users: please mind that we do no longer provide builds created
38with Visual Studio C++ 6. It is impossible to maintain a high quality
39and safe build of PHP for Windows using this unmaintained compiler.</p>
40
41<p>For Apache SAPIs (php5_apache2_2.dll), be sure that you use a Visual
42Studio C++ 9 version of Apache. We recommend the Apache builds as provided
43by <a href="http://www.apachelounge.com/">ApacheLounge</a>. For any other
44SAPI (CLI, FastCGI via mod_fcgi, FastCGI with IIS or other FastCGI capable
45server), everything works as before. Third party extension providers
46must rebuild their extensions to make them compatible and loadable with
47the Visual Studio C++9 builds that we now provide.</p>
48
49<p>All PHP users should note that the PHP 5.2 series is NOT supported
50anymore. All users are strongly encouraged to upgrade to PHP 5.3.6.</p>
51
52
53<?php site_footer(); ?>
54