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
#76980 (Interface gets skipped if autoloader throws an exception).
-
dom
-
Fixed bug
#78025 (segfault when accessing properties of DOMDocumentType).
-
mysqli
-
Fixed bug
#77956 (When mysqli.allow_local_infile = Off, use a meaningful error message).
-
Fixed bug
#38546 (bindParam incorrect processing of bool types).
-
opcache
-
Fixed bug
#78106 (Path resolution fails if opcache disabled during request).
-
Fixed bug
#78185 (File cache no longer works).
-
openssl
-
Fixed bug
#78079 (openssl_encrypt_ccm.phpt fails with OpenSSL 1.1.1c).
-
sockets
-
Fixed bug
#78038 (Socket_select fails when resource array contains references).
-
standard
-
zip
-
Fixed bug
#76345 (zip.h not found).