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
-
cli server
-
Implemented FR
#62700 (have the console output 'Listening on http://localhost:8000').
-
core
-
Fixed bug
#62661 (Interactive php-cli crashes if include() is used in auto_prepend_file).
-
Fixed bug
#62653: (unset($array[$float]) causes a crash).
-
Fixed bug
#62565 (Crashes due non-initialized internal properties_table).
-
Fixed bug
#60194 (--with-zend-multibyte and --enable-debug reports LEAK with run-test.php).
-
curl
-
Fixed bug
#62499 (curl_setopt($ch, CURLOPT_COOKIEFILE, "") returns false).
r.hampartsumyan@gmail.com
Laruence
-
datetime
-
fileinfo
-
Fixed bug
#61964 (finfo_open with directory causes invalid free).
-
intl
-
Fixed bug
#62564 (Extending MessageFormatter and adding property causes crash).
-
mysqlnd
-
Fixed bug
#62594 (segfault in mysqlnd_res_meta::set_mode).
-
readline
-
Fixed bug
#62612 (readline extension compilation fails with sapi/cli/cli.h: No such file).
-
reflection
-
Implemented FR
#61602 (Allow access to name of constant used as default value).
-
simplexml
-
Implemented FR
#55218 Get namespaces from current node.
-
spl
-
Fixed bug
#62616 (ArrayIterator::count() from IteratorIterator instance gives Segmentation fault).
-
Fixed bug
#61527 (ArrayIterator gives misleading notice on next() when moved to the end).
-
streams
-
Fixed bug
#62597 (segfault in php_stream_wrapper_log_error with ZTS build).
-
zlib
-
Fixed bug
#55544 (ob_gzhandler always conflicts with zlib.output_compression).