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
-
core
-
Fixed bug
#72172 (zend_hex_strtod should not use strlen).
-
Fixed bug
#72114 (Integer underflow / arbitrary null write in fread/gzread). (CVE-2016-5096)
-
Fixed bug
#72135 (Integer Overflow in php_html_entities). (CVE-2016-5094)
-
gd
-
Fixed bug
#72227 (imagescale out-of-bounds read). (CVE-2013-7456)
-
intl
-
Fixed bug
#64524 (Add intl.use_exceptions to php.ini-*).
-
Fixed bug
#72241 (get_icu_value_internal out-of-bounds read). (CVE-2016-5093)
-
postgres
-
Fixed bug
#72151 (mysqli_fetch_object changed behaviour).