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
#63762 (Sigsegv when Exception::$trace is changed by user).
-
Fixed bug
#43177 (Errors in eval()'ed code produce status code 500). (Todd Ruth, Stas).
-
filter
-
Fixed bug
#63757 (getenv() produces memory leak with CGI SAPI).
-
Fixed bug
#54096 (FILTER_VALIDATE_INT does not accept +0 and -0).
martin at divbyzero dot net
Lars
-
json
-
Fixed bug
#63737 (json_decode does not properly decode with options parameter).
-
cli server
-
curl extension