PHP Release 5.3.24


PHP 5.3.24 Release Announcement

The PHP development team announces the immediate availability of PHP 5.3.24. About 5 bugs were fixed. All users of PHP are encouraged to upgrade to PHP 5.4. PHP 5.3.24 is recommended for those wishing to remain on the 5.3 series.

For source downloads of PHP 5.3.24 please visit our downloads page, Windows binaries can be found on windows.php.net/download/. The list of changes is recorded in the ChangeLog.

Source Code
Change Logs
pcre
  • Fixed bug #62343 (Show class_alias In get_declared_classes())
  • Merged PCRE 8.32).
  • mysqlnd
  • Fixed bug #63530 (mysqlnd_stmt::bind_one_parameter crashes, uses wrong alloc for stmt->param_bind).
  • DateTime
  • Fixed bug #62852 (Unserialize Invalid Date causes crash).
zip
  • Bug #64452 (Zip crash intermittently).
To Top