PHP Release 5.3.25


PHP 5.3.25 Release Announcement

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

For source downloads of PHP 5.3.25 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 bugs #47675 and #64577 (fd leak on Solaris).
streams
  • Fixed Windows x64 version of stream_socket_pair() and improved error handling.
zip
  • Fixed bug #64342 (ZipArchive::addFile() has to check for file existence).
To Top