PHP 5.6 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.6 is
5.6.40.
Source Code
Change Log
-
cli server
-
Fixed bug
#71559 (Built-in HTTP server, we can download file in web by bug).
-
curl
-
Fixed bug
#71523 (Copied handle with new option CURLOPT_HTTPHEADER crashes while curl_multi_exec).
-
date
-
Fixed bug
#68078 (Datetime comparisons ignore microseconds).
-
Fixed bug
#71525 (Calls to date_modify will mutate timelib_rel_time, causing date_date_set issues).
-
fileinfo
-
Fixed bug
#71434 (finfo throws notice for specific python file).
-
fpm
-
Fixed bug
#62172 (FPM not working with Apache httpd 2.4 balancer/fcgi setup).
-
opcache
-
Fixed bug
#71584 (Possible use-after-free of ZCG(cwd) in Zend Opcache).
-
pdo mysql
-
Fixed bug
#71569 (#70389 fix causes segmentation fault).
-
phar
-
Fixed bug
#71498 (Out-of-Bound Read in phar_parse_zipfile()).
-
standard
-
Fixed bug
#70720 (strip_tags improper php code parsing).
-
wddx
-
Fixed bug
#71587 (Use-After-Free / Double-Free in WDDX Deserialize).
-
xsl
-
Fixed bug
#71540 (NULL pointer dereference in xsl_ext_function_php()).
-
zip
-
Fixed bug
#71561 (NULL pointer dereference in Zip::ExtractTo).