PHP Release 5.4.25


PHP 5.4.25 Release Announcement

The PHP development team announces the immediate availability of PHP 5.4.25. 5 bugs were fixed in this release. All PHP 5.4 users are encouraged to upgrade to this version.

For source downloads of PHP 5.4.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
PHP 5.4.25 (tar.bz2)
SHA256: b6c18c07c6bf34f75e601b28829d636e44c1c9f4267aac4ed013443c32a2245f
PHP 5.4.25 (tar.gz)
SHA256: 0c66cec73bfbd31f68c96e5a4d8454599271f0b0462c2ff7dedce4262fda8fe3
Change Logs
core
  • Fixed bug #66286 (Incorrect object comparison with inheritance).
  • Fixed bug #66509 (copy() arginfo has changed starting from 5.4).
mysqlnd
  • Fixed bug #66283 (Segmentation fault after memory_limit).
pdo_pgsql
  • Fixed bug #62479 (PDO-psql cannot connect if password contains spaces).
session
  • Fixed bug #66481 (Calls to session_name() segfault when session.name is null).
To Top