1
0
mirror of https://github.com/php/web-php.git synced 2026-03-23 23:02:13 +01:00
Files
archived-web-php/releases/4_4_6.php
Sara Golemon f1cb7e74c4 Swap uses of _SERVER[DOCUMENT_ROOT] for __DIR__
4/4 - Update releases directory.
2019-05-31 12:48:34 -04:00

22 lines
659 B
PHP

<?php
$_SERVER['BASE_PAGE'] = 'releases/4_4_6.php';
include_once __DIR__ . '/../include/prepend.inc';
site_header("PHP 4.4.6 Release Announcement");
?>
<h1>PHP 4.4.6 Release Announcement</h1>
<p>
The PHP development team would like to announce the immediate availability of
PHP 4.4.6. This release addresses a crash problem with the session extension
when register_globals is turned on that was introduced in PHP 4.4.5. This
release comes also with the new version 7.0 of PCRE and it addresses a number
of minor bugs.
</p>
<p>
For a full list of changes in PHP 4.4.6, see the
<a href="/ChangeLog-4.php#4.4.6">ChangeLog</a>.
</p>
<?php site_footer(); ?>