PHP Release 5.4.15


PHP 5.4.15 Release Announcement

The PHP development team announces the immediate availability of PHP 5.4.15. About 10 bugs were fixed. All users of PHP are encouraged to upgrade to this release.

For source downloads of PHP 5.4.15 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
core
  • Fixed bug #64578 (debug_backtrace in set_error_handler corrupts zend heap: segfault).
  • Fixed bug #64458 (dns_get_record result with string of length -1).
  • Fixed bug #64433 (follow_location parameter of context is ignored for most response codes).
  • Fixed bugs #47675 and #64577
fileinfo
  • Upgraded libmagic to 5.14.
mysqli
  • Fixed bug #64726 (Segfault when calling fetch_object on a use_result and DB pointer has closed).
zip
  • Fixed bug #64342 (ZipArchive::addFile() has to check for file existence).
streams
  • Fixed Windows x64 version of stream_socket_pair() and improved error handling.
  • Fixed bug #64770 (stream_select() fails with pipes returned by proc_open() on Windows x64).
To Top