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
-
mbstring
-
Fixed bug
#73505 (string length overflow in mbfl_memory_device_output function).
-
mysqlnd
-
Fixed bug
#64526 (Add missing mysqlnd.* parameters to php.ini-*).
-
opcache
-
Fixed bug
#73402 (Opcache segfault when using class constant to call a method).
-
Fixed bug
#69090 (check cached files permissions)
-
openssl
-
Fixed bug
#72776 (Invalid parameter in memcpy function trough openssl_pbkdf2).
-
postgres
-
Fixed bug
#73498 (Incorrect SQL generated for pg_copy_to()).
-
soap
-
Fixed bug
#73452 (Segfault (Regression for #69152)).
-
sqlite3
-
Fixed bug
#73530 (Unsetting result set may reset other result set).
-
standard
-
Fixed bug
#73297 (HTTP stream wrapper should ignore HTTP 100 Continue).
rowan dot collins at gmail dot com
-
wddx
-
Fixed bug
#73631 (Memory leak due to invalid wddx stack processing). (bughunter at fosec dot vn).