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
-
curl
-
Fixed bug
#62912 (CURLINFO_PRIMARY_* AND CURLINFO_LOCAL_* not exposed).
-
Fixed bug
#62839 (curl_copy_handle segfault with CURLOPT_FILE).
-
intl
-
Fixed Spoofchecker not being registered on ICU 49.1.
-
Fix bug #62933 (ext/intl compilation error on icu 3.4.1).
-
Fix bug #62915 (defective cloning in several intl classes).
-
installation
-
Fixed bug
#62460 (php binaries installed as binary.dSYM).
-
pcre
-
Fixed bug
#55856 (preg_replace should fail on trailing garbage).
reg dot php at alf dot nu
-
pdo
-
Fixed bug
#62685 (Wrong return datatype in PDO::inTransaction()).
-
reflection
-
Fixed bug
#62892 (ReflectionClass::getTraitAliases crashes on importing trait methods as private).
-
Fixed bug
#62715 (ReflectionParameter::isDefaultValueAvailable() wrong result).
-
session
-
soap
-
Fixed bug
#50997 (SOAP Error when trying to submit 2nd Element of a choice).
-
spl
-
Fixed bug
#62904 (Crash when cloning an object which inherits SplFixedArray) (Laruence)
-
Implemented FR
#62840 (Add sort flag to ArrayObject::ksort).
-
standard
-
Fixed bug
#62836 (Seg fault or broken object references on unserialize()).
-
fpm