PHP Release 5.4.29


PHP 5.4.29 Release Announcement

The PHP development team announces the immediate availability of PHP 5.4.29. 16 bugs were fixed in this release, including two security issues in fileinfo extension. All PHP 5.4 users are encouraged to upgrade to this version.

For source downloads of PHP 5.4.29 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.29 (tar.bz2)
SHA256: 62ce3ca063cf04f6065eeac82117e43b44e20487bc0a0a8d05436e17a0b1e2a7
PHP 5.4.29 (tar.gz)
SHA256: 9fa51d3e44783802ea51b910719ad524a8994524f7cf7307f683fe89191bc401
Change Logs
com
  • Fixed bug #66431 (Special Character via COM Interface (CP_UTF8)).
core
  • Fixed bug #65701 (copy() doesn't work when destination filename is created by tempnam()).
  • Fixed bug #67072 (Echoing unserialized "SplFileObject" crash).
  • Fixed bug #67245 (usage of memcpy() with overlapping src and dst in zend_exceptions.c).
  • Fixed bug #67247 (spl_fixedarray_resize integer overflow).
  • Fixed bug #67249 (printf out-of-bounds read).
  • Fixed bug #67250 (iptcparse out-of-bounds read).
  • Fixed bug #67252 (convert_uudecode out-of-bounds read).
date
  • Fixed bug #67118 (DateTime constructor crash with invalid data).
  • Fixed bug #67251 (date_parse_from_format out-of-bounds read).
  • Fixed bug #67253 (timelib_meridian_with_check out-of-bounds read).
dom
  • Fixed bug #67081 (DOMDocumentType->internalSubset returns entire DOCTYPE tag, not only the subset).
fileinfo
  • Fixed bug #66307 (Fileinfo crashes with powerpoint files).
  • Fixed bug #67327 (fileinfo: CDF infinite loop in nelements DoS).
  • Fixed bug #67328 (fileinfo: fileinfo: numerous file_printf calls resulting in performance degradation).
fpm
  • Fixed bug #66908 (php-fpm reload leaks epoll_create() file descriptor).
phar
  • Fix bug #64498 ($phar->buildFromDirectory can't compress file with an accent in its name).
To Top