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
#73337 (try/catch not working with two exceptions inside a same operation).
-
bz2
-
Fixed bug
#73356 (crash in bzcompress function).
-
Fixed bug
#73213 (Integer overflow in imageline() with antialiasing).
-
Fixed bug
#73272 (imagescale() is not affected by, but affects imagesetinterpolation()).
-
Fixed bug
#73279 (Integer overflow in gdImageScaleBilinearPalette()).
-
Fixed bug
#73280 (Stack Buffer Overflow in GD dynamicGetbuf).
-
Fixed bug
#72482 (Illegal write/read access caused by gdImageAALine overflow).
-
Fixed bug
#72696 (imagefilltoborder stackoverflow on truecolor images).
-
imap
-
Fixed bug
#73418 (Integer Overflow in "_php_imap_mail" leads Heap Overflow).
-
spl
-
Fixed bug
#73144 (Use-after-free in ArrayObject Deserialization).
-
soap
-
Fixed bug
#73037 (SoapServer reports Bad Request when gzipped).
-
sqlite3
-
Fixed bug
#73333 (2147483647 is fetched as string).
-
standard
-
Fixed bug
#73203 (passing additional_parameters causes mail to fail).
-
Fixed bug
#73188 (use after free in userspace streams).
-
Fixed bug
#73192 (parse_url return wrong hostname).
-
wddx
-
Fixed bug
#73331 (NULL Pointer Dereference in WDDX Packet Deserialization with PDORow).