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
-
cgi
-
cli server
-
Fixed bug
#65066 (Cli server not responsive when responding with 422 http status code).
-
curl
-
Fixed bug
#62665 (curl.cainfo doesn't appear in php.ini).
-
fpm
-
Fixed bug
#63983 (enabling FPM borks compile on FreeBSD).
chibisuke at web dot de
Felipe
-
ftp
-
Fixed bug
#65228 (FTPs memory leak with SSL).
marco dot beierer at mbsecurity dot ch
-
gmp
-
Fixed bug
#65227 (Memory leak in gmp_cmp second parameter).
-
imap
-
Fixed bug
#64467 (Segmentation fault after imap_reopen failure).
askalski at gmail dot com
-
intl
-
Fixed bug
#62759 (Buggy grapheme_substr() on edge case).
-
Fixed bug
#61860 (Offsets may be wrong for grapheme_stri* functions).
-
mysqlnd
-
odbc
-
Fixed bug
#61387 (NULL valued anonymous column causes segfault in odbc_fetch_array).
-
openssl
-
pdo
-
pdo_dblib
-
Fixed bug
#65219 (PDO/dblib not working anymore ("use dbName" not sent)).
-
pdo_pgsql
-
phar
-
session
-
Fixed bug
#62535 ($_SESSION[$key]["cancel_upload"] doesn't work as documented).
-
Fixed bug
#35703 (when session_name("123") consist only digits, should warning).
-
Fixed bug
#49175 (mod_files.sh does not support hash bits). Patch by oorza2k5 at gmail dot com (Yasuo)
-
sockets
-
Implemented FR
#63472 (Setting SO_BINDTODEVICE with socket_set_option).
-
spl
-
Fixed bug
#65136 (RecursiveDirectoryIterator segfault).
-
Fixed bug
#61828 (Memleak when calling Directory(Recursive)Iterator /Spl(Temp)FileObject ctor twice).
-
Fixed bug
#60560 (SplFixedArray un-/serialize, getSize(), count() return 0, keys are strings).
-
xml
-
Fixed bug
#65236 (heap corruption in xml parser, CVE-2013-4113).