PHP Release 5.1.6

PHP 5.1.6 Release Announcement

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.

For a full list of changes in PHP 5.1.6, see the ChangeLog.

Source Code
Change Logs
fixed bug #38488 (access to "php
  • Fixed memory_limit on 64bit systems. (Stefan E.)
To Top