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
#64529 (Ran out of opcode space).
-
Fixed bug
#64515 (Memoryleak when using the same variablename two times in function declaration).
-
Fixed bug
#64432 (more empty delimiter warning in strX methods).
-
Fixed bug
#64417 (ArrayAccess::&offsetGet() in a trait causes fatal error).
-
Fixed bug
#64370 (microtime(true) less than $_SERVER['REQUEST_TIME_FLOAT']).
-
Fixed bug
#64239 (Debug backtrace changed behavior since 5.4.10 or 5.4.11).
-
Fixed bug
#63976 (Parent class incorrectly using child constant in class property).
-
Fixed bug
#63914 (zend_do_fcall_common_helper_SPEC does not handle exceptions properly).
-
Fixed bug
#62343 (Show class_alias In get_declared_classes()) (Dmitry)
-
pcre
-
snmp
-
Fixed bug
#61981 (OO API, walk: $suffix_as_key is not working correctly).
-
zip