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
#70828 (php-fpm 5.6 with opcache crashes when referencing a non-existent constant).
-
Fixed bug
#70748 (Segfault in ini_lex () at Zend/zend_ini_scanner.l).
-
mysqlnd
-
Fixed bug
#68344 (MySQLi does not provide way to disable peer certificate validation) by introducing MYSQLI_CLIENT_SSL_DONT_VERIFY_SERVER_CERT connection flag.
-
oci8
-
Fixed bug
#68298 (OCI int overflow).
-
pdo_dblib
-
Fixed bug
#69757 (Segmentation fault on nextRowset).
-
soap
-
Fixed bug
#70875 (Segmentation fault if wsdl has no targetNamespace attribute).
-
spl
-
Fixed bug
#70852 (Segfault getting NULL offset of an ArrayObject).