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
-
bcmath
-
Fixed bug
#78878 (Buffer underflow in bc_shift_addsub).
-
core
-
Fixed bug
#78862 (link() silently truncates after a null byte on Windows).
-
Fixed bug
#78863 (DirectoryIterator class silently truncates after a null byte).
-
exif
-
Fixed bug
#78793 (Use-after-free in exif parsing under memory sanitizer).
-
Fixed bug
#78910 (Heap-buffer-overflow READ in exif).
-
gd
-
Fixed bug
#78849 (GD build broken with -D SIGNED_COMPARE_SLOW).
-
intl
-
Fixed bug
#78804 (Segmentation fault in Locale::filterMatches).
-
opcache
-
standard
-
Fixed bug
#78759 (array_search in $GLOBALS).
-
Fixed bug
#78833 (Integer overflow in pack causes out-of-bound access).
-
Fixed bug
#78814 (strip_tags allows / in tag name => whitelist bypass).