xref: /web-php/releases/5_2_16.php (revision f1cb7e74)
1<?php
2$_SERVER['BASE_PAGE'] = 'releases/5_2_16.php';
3include_once __DIR__ . '/../include/prepend.inc';
4site_header("PHP 5.2.16 Release Announcement");
5?>
6
7<h1>PHP 5.2.16 Release Announcement</h1>
8<p>
9The PHP development team would like to announce the immediate
10availability of PHP 5.2.16. 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 addressing a regression in open_basedir implementation
16introduced in 5.2.15 in addition to fixing a crash inside PDO::pgsql
17on data retrieval when the server is down. All users who have upgraded to 5.2.15 and are
18utilizing open_basedir are strongly encouraged to upgrade to 5.2.16 or 5.3.4.
19</p>
20
21<p>To prepare for upgrading to PHP 5.3, now that PHP 5.2's support ended, a
22migration guide available on <a href="/migration53">http://php.net/migration53</a>, details the changes between
23PHP 5.2 and PHP 5.3.</p>
24
25<p>For a full list of changes in PHP 5.2.16 see the ChangeLog at
26<a href="/ChangeLog-5.php#5.2.16">http://www.php.net/ChangeLog-5.php#5.2.16</a>.</p>
27
28<?php site_footer(); ?>
29