xref: /web-php/releases/4_4_6.php (revision f1cb7e74)
1<?php
2$_SERVER['BASE_PAGE'] = 'releases/4_4_6.php';
3include_once __DIR__ . '/../include/prepend.inc';
4site_header("PHP 4.4.6 Release Announcement");
5?>
6
7<h1>PHP 4.4.6 Release Announcement</h1>
8<p>
9The PHP development team would like to announce the immediate availability of
10PHP 4.4.6.  This release addresses a crash problem with the session extension
11when register_globals is turned on that was introduced in PHP 4.4.5. This
12release comes also with the new version 7.0 of PCRE and it addresses a number
13of minor bugs.
14</p>
15
16<p>
17 For a full list of changes in PHP 4.4.6, see the
18 <a href="/ChangeLog-4.php#4.4.6">ChangeLog</a>.
19</p>
20
21<?php site_footer(); ?>
22