PHP 5.4 is no longer officially supported by the PHP project.
Official support refers to that provided direct by the PHP Project.
If you install PHP via third-party packages, support timelines may be different.
Please read the Release Support Policy for more information.
The latest release of PHP 5.4 is
5.4.45.
Source Code
Change Log
-
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
-
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).
patch submitted by: michael dot y at zend dot com
Yasuo
-
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) (Yasuo)
-
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).