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
#66094 (unregister_tick_function tries to cast a Closure to a string).
-
Fixed bug
#65969 (Chain assignment with T_LIST failure).
-
Fixed bug
#65947 (basename is no more working after fgetcsv in certain situation).
-
json
-
mysqli
-
Fixed bug
#66043 (Segfault calling bind_param() on mysqli).
-
mysqlnd
-
Fixed bug
#66124 (mysqli under mysqlnd loses precision when bind_param with 'i').
-
Fixed bug
#66141 (mysqlnd quote function is wrong with NO_BACKSLASH_ESCAPES after failed query).
-
openssl
-
pdo