PHP 7.2 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 7.2 is
7.2.34 which includes important security patches.
Source Code
Change Log
-
core
-
Fixed bug
#78656 (Parse errors classified as highest log-level).
-
Fixed bug
#78752 (Segfault if GC triggered while generator stack frame is being destroyed).
-
Fixed bug
#78689 (Closure::fromCallable() doesn't handle [Closure, '__invoke']).
-
com
-
Fixed bug
#78694 (Appending to a variant array causes segfault).
-
date
-
Fixed bug
#70153 (\DateInterval incorrectly unserialized).
-
Fixed bug
#78751 (Serialising DatePeriod converts DateTimeImmutable).
-
iconv
-
Fixed bug
#78642 (Wrong libiconv version displayed). (gedas at martynas, cmb).
-
opcache
-
Fixed bug
#78654 (Incorrectly computed opcache checksum on files with non-ascii characters).
-
Fixed bug
#78747 (OpCache corrupts custom extension result).
-
openssl
-
Fixed bug
#78775 (TLS issues from HTTP request affecting other encrypted connections).
-
reflection
-
Fixed bug
#78697 (ReflectionClass::ImplementsInterface - inaccurate error message with traits).
-
sockets
-
Fixed bug
#78665 (Multicasting may leak memory).