PHP Release 7.2.3


PHP 7.2.3 Release Announcement

The PHP development team announces the immediate availability of PHP 7.2.3. This is a security release with also contains several minor bug fixes.

All PHP 7.2 users are encouraged to upgrade to this version.

For source downloads of PHP 7.2.3 please visit our downloads page, Windows source and binaries can be found on windows.php.net/download/. The list of changes is recorded in the ChangeLog.

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 Logs
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).
To Top