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
#68365 (zend_mm_heap corrupted after memory overflow in zend_hash_copy).
-
fileinfo
-
Fixed bug
#68283 (fileinfo: out-of-bounds read in elf note headers). (CVE-2014-3710)
-
gmp
-
Fixed bug
#63595 (GMP memory management conflicts with other libraries using GMP).
-
pdo_pgsql
-
Fixed bug
#66584 (Segmentation fault on statement deallocation) (Matteo)