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/5_1_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

19 lines
539 B
PHP

<?php
$_SERVER['BASE_PAGE'] = 'releases/5_1_6.php';
include_once __DIR__ . '/../include/prepend.inc';
site_header("PHP 5.1.6 Release Announcement");
?>
<h1>PHP 5.1.6 Release Announcement</h1>
<p>
This release is a re-release of PHP 5.1.5, which was missing the fix for memory_limit restriction
on 64 bit systems. If you rely on this functionality and use 64bit machines, you are advised to upgrade.
</p>
<p>
For a full list of changes in PHP 5.1.6, see the
<a href="/ChangeLog-5.php#5.1.6">ChangeLog</a>.
</p>
<?php site_footer(); ?>