xref: /web-php/releases/5_1_6.php (revision f1cb7e74)
1<?php
2$_SERVER['BASE_PAGE'] = 'releases/5_1_6.php';
3include_once __DIR__ . '/../include/prepend.inc';
4site_header("PHP 5.1.6 Release Announcement");
5?>
6
7<h1>PHP 5.1.6 Release Announcement</h1>
8<p>
9This release is a re-release of PHP 5.1.5, which was missing the fix for memory_limit restriction
10on 64 bit systems. If you rely on this functionality and use 64bit machines, you are advised to upgrade.
11</p>
12
13<p>
14 For a full list of changes in PHP 5.1.6, see the
15 <a href="/ChangeLog-5.php#5.1.6">ChangeLog</a>.
16</p>
17
18<?php site_footer(); ?>
19