PHP Release 5.4.24


PHP 5.4.24 Release Announcement

The PHP development team announces the immediate availability of PHP 5.4.24. About 14 bugs were fixed. All PHP 5.4 users are encouraged to upgrade to this version.

For source downloads of PHP 5.4.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
PHP 5.4.24 (tar.bz2)
SHA256: 97fe70eddaf5b93969714a551870fe03f6b0a387f85b83a6d63a40a76199a327
PHP 5.4.24 (tar.gz)
SHA256: c64d6e3b428e78b44760167557e26cd16a9f83f449a255e69d5e035bdd7057ed
Change Logs
core
  • Added validation of class names in the autoload process.
  • Fixed invalid C code in zend_strtod.c.
  • Fixed bug #61645 (fopen and O_NONBLOCK).
date
  • Fixed bug #66060 (Heap buffer over-read in DateInterval). (CVE-2013-6712)
  • Fixed bug #63391 (Incorrect/inconsistent day of week prior to the year 1600).
  • Fixed bug #61599 (Wrong Day of Week).
dom
  • Fixed bug #65196 (Passing DOMDocumentFragment to DOMDocument::saveHTML() Produces invalid Markup).
exif
  • Fixed bug #65873 (Integer overflow in exif_read_data()).
filter
  • Fixed bug #66229 (128.0.0.0/16 isn't reserved any longer).
gd
  • Fixed bug #64405 (Use freetype-config for determining freetype2 dir(s)).
pdo_odbc
  • Fixed bug #66311 (Stack smashing protection kills PDO/ODBC queries).
snmp
  • Fixed SNMP_ERR_TOOBIG handling for bulk walk operations.
  • XSL
  • Fixed bug #49634 (Segfault throwing an exception in a XSL registered function).
zip
  • Fixed Bug #66321 (ZipArchive::open() ze_obj->filename_len not real).
To Top