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
-
apache2handler
-
Fixed bug
#69218 (potential remote code execution with apache 2.4 apache2handler). (CVE-2015-3330)
-
core
-
curl
-
Fixed bug
#69316 (Use-after-free in php_curl related to CURLOPT_FILE/_INFILE/_WRITEHEADER).
-
ereg
-
Fixed bug
#68740 (NULL Pointer Dereference).
-
fileinfo
-
Fixed bug
#68819 (Fileinfo on specific file causes spurious OOM and/or segfault).
-
gd
-
Fixed bug
#68601 (buffer read overflow in gd_gif_in.c). (CVE-2014-9709)
-
phar
-
Fixed bug
#68901 (use after free). (CVE-2015-2301)
bugreports at internot dot info
-
Fixed bug
#69324 (Buffer Over-read in unserialize when parsing Phar). (CVE-2015-2783)
-
Fixed bug
#69441 (Buffer Overflow when parsing tar/zip/phar in phar_set_inode). (CVE-2015-3329)
-
postgres
-
Fixed bug
#68741 (Null pointer deference) (CVE-2015-1352).
-
soap
-
Fixed bug
#69152 (Type Confusion Infoleak Vulnerability in unserialize() with SoapFault).
-
sqlite3
-
Fixed bug
#66550 (SQLite prepared statement use-after-free).