xref: /web-php/releases/5_2_8.php (revision f1cb7e74)
1<?php
2$_SERVER['BASE_PAGE'] = 'releases/5_2_8.php';
3include_once __DIR__ . '/../include/prepend.inc';
4site_header("PHP 5.2.8 Release Announcement");
5?>
6
7<h1>PHP 5.2.8 Release Announcement</h1>
8<p>
9The PHP development team would like to announce the immediate availability
10of PHP 5.2.8. This release addresses a regression introduced by 5.2.7 in
11regard to the magic_quotes functionality, that was broken by an incorrect fix
12to the filter extension. All users who have upgraded to 5.2.7 are encouraged
13to upgrade to this release, alternatively you can apply a work-around for
14the bug by changing "filter.default_flags=0" in php.ini
15</p>
16
17<p>
18For users upgrading from PHP 5.0 and PHP 5.1, an upgrade guide is available
19<a href="/UPDATE_5_2.txt">here</a>, detailing the changes between those releases
20and PHP 5.2.8.
21</p>
22
23<p>
24 For a full list of changes in PHP 5.2.8, see the <a href="/ChangeLog-5.php#5.2.8">ChangeLog</a>.
25</p>
26
27<?php site_footer(); ?>
28