xref: /web-php/releases/5_2_15.php (revision f1cb7e74)
1<?php
2$_SERVER['BASE_PAGE'] = 'releases/5_2_15.php';
3include_once __DIR__ . '/../include/prepend.inc';
4site_header("PHP 5.2.15 Release Announcement");
5?>
6
7<h1>PHP 5.2.15 Release Announcement</h1>
8<p>
9The PHP development team would like to announce the immediate
10availability of PHP 5.2.15. This release marks the end of support
11for PHP 5.2. All users of PHP 5.2 are encouraged to upgrade to PHP 5.3.
12</p>
13
14<p>
15This release focuses on improving the security and stability of the
16PHP 5.2.x branch with a small number, of predominatly security fixes.
17</p>
18
19<p>
20<b>Security Enhancements and Fixes in PHP 5.2.15:</b>
21</p>
22<ul>
23	<li>Fixed extract() to do not overwrite $GLOBALS and $this when using EXTR_OVERWRITE.</li>
24	<li>Fixed crash in zip extract method (possible CWE-170).</li>
25	<li>Fixed a possible double free in imap extension.</li>
26	<li>Fixed possible flaw in open_basedir (CVE-2010-3436).</li>
27	<li>Fixed NULL pointer dereference in ZipArchive::getArchiveComment. (CVE-2010-3709).</li>
28	<li>Fixed bug #52929 (Segfault in filter_var with FILTER_VALIDATE_EMAIL with large amount of data).</li>
29</ul>
30
31<p>
32<b>Key enhancements in PHP 5.2.15 include:</b>
33</p>
34<ul>
35	<li>Fixed bug #47643 (array_diff() takes over 3000 times longer than php 5.2.4).</li>
36	<li>Fixed bug #44248 (RFC2616 transgression while HTTPS request through proxy with SoapClient object).</li>
37</ul>
38
39<p>To prepare for upgrading to PHP 5.3, now that PHP 5.2's support ended, a
40migration guide available on <a href="/migration53">http://php.net/migration53</a>, details the changes between
41PHP 5.2 and PHP 5.3.</p>
42
43<p>For a full list of changes in PHP 5.2.15 see the ChangeLog at
44<a href="http://www.php.net/ChangeLog-5.php#5.2.15">http://www.php.net/ChangeLog-5.php#5.2.15</a>.</p>
45
46<?php site_footer(); ?>
47