PHP Release 5.4.22


PHP 5.4.22 Release Announcement

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

For source downloads of PHP 5.4.22 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.22 (tar.bz2)
SHA256: 3b8619b030e372f2b64e3a059d05a3ef3354e81f8a72923ba45475bf222f7cca
PHP 5.4.22 (tar.gz)
SHA256: ca6e52a0ba11e9521c6a26f293a602cdc00cad1adbb4658e35b8d3f41057cbb8
Change Logs
core
  • Fixed bug #65911 (scope resolution operator - strange behavior with $this).
cli server
  • Fixed bug #65818 (Segfault with built-in webserver and chunked transfer encoding).
exif
  • Fixed crash on unknown encoding.
ftp
  • Fixed bug #65667 (ftp_nb_continue produces segfault).
odbc
  • Fixed bug #65950 (Field name truncation if the field name is bigger than 32 characters).
pdo
  • Fixed bug #66033 (Segmentation Fault when constructor of PDO statement throws an exception).
sockets
  • Fixed bug #65808 (the socket_connect() won't work with IPv6 address).
standard
  • Fixed bug #64760 (var_export() does not use full precision for floating-point numbers)
  • Fixed bug #66395 (basename function doesn't remove drive letter).
xmlreader
  • Fixed bug #51936 (Crash with clone XMLReader).
  • Fixed bug #64230 (XMLReader does not suppress errors).
To Top