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.3 (tar.bz2)
- sha256: 4a735aac0ba764dd8208ea29007d3916396c5292e003ba8d3bec49edcdd5bf92
-
PHP 7.2.3 (tar.gz)
- sha256: 5dc98f2266db40c5e4d9b5edf5e29e2449e819fff8321a07eb3830cf0b104bbb
-
PHP 7.2.3 (tar.xz)
- sha256: b3a94f1b562f413c0b96f54bc309706d83b29ac65d9b172bc7ed9fb40a5e651f
Change Log
-
core
-
Fixed bug
#75864 ("stream_isatty" returns wrong value on s390x).
-
apache2handler
-
Fixed bug
#75882 (a simple way for segfaults in threadsafe php just with configuration).
-
date
-
Fixed bug
#75857 (Timezone gets truncated when formatted).
-
Fixed bug
#75928 (Argument 2 for `DateTimeZone::listIdentifiers()` should accept `null`).
-
Fixed bug
#68406 (calling var_dump on a DateTimeZone object modifies it).
-
ldap
-
Fixed bug
#49876 (Fix LDAP path lookup on 64-bit distros).
-
libxml2
-
Fixed bug
#75871 (use pkg-config where available).
-
pgsql
-
Fixed bug
#75838 (Memory leak in pg_escape_bytea()).
-
phar
-
Fixed bug
#54289 (Phar::extractTo() does not accept specific directories to be extracted).
-
Fixed bug
#65414 (deal with leading slash while adding files correctly).
-
Fixed bug
#65414 (deal with leading slash when adding files correctly).
-
odbc
-
Fixed bug
#73725 (Unable to retrieve value of varchar(max) type).
-
opcache
-
Fixed bug
#75729 (opcache segfault when installing Bitrix).
-
Fixed bug
#75893 (file_get_contents $http_response_header variable bugged with opcache).
-
Fixed bug
#75938 (Modulus value not stored in variable).
-
spl
-
Fixed bug
#74519 (strange behavior of AppendIterator).
-
standard
-
Fixed bug
#75916 (DNS_CAA record results contain garbage).
-
Fixed bug
#75981 (Prevent reading beyond buffer start in http wrapper).