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
#61019 (Out of memory on command stream_get_contents).
-
Fixed bug
#64330 (stream_socket_server() creates wrong Abstract Namespace UNIX sockets).
-
Fixed bug
#66171 (Symlinks and session handler allow open_basedir bypass).
-
Fixed bug
#66182 (exit in stream filter produces segfault).
-
Fixed bug
#66736 (fpassthru broken).
-
Fixed bug
#67024 (getimagesize should recognize BMP files with negative height).
-
Fixed bug
#67033 (Remove reference to Windows 95).
-
curl
-
Fixed bug
#66562 (curl_exec returns differently than curl_multi_getcontent).
-
date
-
Fixed bug
#66721 (__wakeup of DateTime segfaults when invalid object data is supplied).
-
embed
-
Fixed bug
#65715 (php5embed.lib isn't provided anymore).
-
fileinfo
-
Fixed bug
#66987 (Memory corruption in fileinfo ext / bigendian).
-
fpm
-
Fixed bug
#66482 (unknown entry 'priority' in php-fpm.conf).
-
Fixed bug
#67060 (sapi/fpm: possible privilege escalation due to insecure default configuration) (CVE-2014-0185).
-
json
-
Fixed bug
#66021 (Blank line inside empty array/object when JSON_PRETTY_PRINT is set).
-
ldap
-
openssl
-
simplexml
-
Fixed bug
#66084 (simplexml_load_string() mangles empty node name) (Anatol)
-
xsl
-
Fixed bug
#53965 (<xsl:include> cannot find files with relative paths when loaded with "file://").
-
apache2 handler sapi