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
-
PHP 7.2.4 (tar.bz2)
- sha256: 11658a0d764dc94023b9fb60d4b5eb75d438ad17981efe70abb0d0d09a447ef3
-
PHP 7.2.4 (tar.gz)
- sha256: 58e28e978baea0fe9009432bcb436934eaacccfdcb5f5409c7526431a595857b
-
PHP 7.2.4 (tar.xz)
- sha256: 7916b1bd148ddfd46d7f8f9a517d4b09cd8a8ad9248734e7c8dd91ef17057a88
Change Log
-
core
-
Fixed bug
#76025 (Segfault while throwing exception in error_handler).
-
Fixed bug
#76044 ('date: illegal option -- -' in ./configure on FreeBSD).
-
fpm
-
Fixed bug
#75605 (Dumpable FPM child processes allow bypassing opcache access controls).
-
ftp
-
iconv
-
Fixed bug
#75867 (Freeing uninitialized pointer).
-
mbstring
-
Fixed bug
#62545 (wrong unicode mapping in some charsets).
-
opcache
-
Fixed bug
#75969 (Assertion failure in live range DCE due to block pass misoptimization).
-
openssl
-
pcntl
-
Fixed bug
#75873 (pcntl_wexitstatus returns incorrect on Big_Endian platform (s390x)).
-
phar
-
Fixed bug
#76085 (Segmentation fault in buildFromIterator when directory name contains a \n).
-
standard
-
Fixed bug
#75961 (Strange references behavior).
-
Fixed some arginfos.
-
Fixed bug
#76068 (parse_ini_string fails to parse "[foo]\nbar=1|>baz" with segfault).