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
#76846 (Segfault in shutdown function after memory limit error).
-
Fixed bug
#76946 (Cyclic reference in generator not detected).
-
Fixed bug
#77035 (The phpize and ./configure create redundant .deps file).
-
Fixed bug
#77041 (buildconf should output error messages to stderr) (Mizunashi Mana)
-
date
-
fcgi
-
ftp
-
Fixed bug
#76972 (Data truncation due to forceful ssl socket shutdown).
-
intl
-
Fixed bug
#76942 (U_ARGUMENT_TYPE_MISMATCH).
anthrax at unixuser dot org
-
reflection
-
Fixed bug
#76936 (Objects cannot access their private attributes while handling reflection errors).
-
Fixed bug
#66430 (ReflectionFunction::invoke does not invoke closure with object scope).
-
sodium
-
standard
-
Fixed bug
#76965 (INI_SCANNER_RAW doesn't strip trailing whitespace).
-
tidy
-
Fixed bug
#77027 (tidy::getOptDoc() not available on Windows).
-
xml
-
xmlrpc
-
Fixed bug
#75282 (xmlrpc_encode_request() crashes).