xref: /web-php/releases/5_2_13.php (revision f1cb7e74)
1<?php
2$_SERVER['BASE_PAGE'] = 'releases/5_2_13.php';
3include_once __DIR__ . '/../include/prepend.inc';
4site_header("PHP 5.2.13 Release Announcement");
5?>
6
7<h1>PHP 5.2.13 Release Announcement</h1>
8<p>
9The PHP development team would like to announce the immediate
10availability of PHP 5.2.13. This release focuses on improving the stability of
11the PHP 5.2.x branch with over 40 bug fixes, some of which are security related.
12All users of PHP 5.2 are encouraged to upgrade to this release.
13</p>
14
15<p>
16<b>Security Enhancements and Fixes in PHP 5.2.13:</b>
17</p>
18<ul>
19	<li>Fixed safe_mode validation inside tempnam() when the directory path does not end with a /). (Martin Jansen)</li>
20	<li>Fixed a possible open_basedir/safe_mode bypass in the session extension identified by Grzegorz Stachowiak. (Ilia)</li>
21	<li>Improved LCG entropy. (Rasmus, Samy Kamkar)</li>
22</ul>
23
24<p>
25<b>Key enhancements in PHP 5.2.13 include:</b>
26</p>
27<ul>
28	<li>Fixed bug #50940 Custom content-length set incorrectly in Apache sapis.  (Brian France, Rasmus)</li>
29	<li>Fixed bug #50847 (strip_tags() removes all tags greater then 1023 bytes long). (Ilia)</li>
30	<li>Fixed bug #50661 (DOMDocument::loadXML does not allow UTF-16). (Rob)</li>
31	<li>Fixed bug #50632 (filter_input() does not return default value if the variable does not exist). (Ilia)</li>
32	<li>Fixed bug #50540 (Crash while running ldap_next_reference test cases). (Sriram)</li>
33	<li>Fixed bug #49851 (http wrapper breaks on 1024 char long headers). (Ilia)</li>
34
35	<li>Over 30 other bug fixes.</li>
36</ul>
37
38<p>
39For users upgrading from PHP 5.0 and PHP 5.1, an upgrade guide is available
40<a href="/UPDATE_5_2.txt">here</a>, detailing the changes between those releases
41and PHP 5.2.13.
42</p>
43
44<p>
45 For a full list of changes in PHP 5.2.13, see the <a href="/ChangeLog-5.php#5.2.13">ChangeLog</a>.
46</p>
47
48<?php site_footer(); ?>
49