PHP Release 7.2.6


PHP 7.2.6 Release Announcement

The PHP development team announces the immediate availability of PHP 7.2.6. This is a primarily a bugfix release which includes a memory corruption fix for EXIF.

PHP 7.2 users are encouraged to upgrade to this version.

For source downloads of PHP 7.2.6 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.6 (tar.bz2)
SHA256: ae5d3e8ada80b9d293d0c8bd643d07c2d988538ff1052a3f7144c6b0cd0ff2c3
PHP 7.2.6 (tar.gz)
SHA256: a9f30daf6af82ac02e692465cfd65b04a60d56106c961926e264d2621d313f0e
PHP 7.2.6 (tar.xz)
SHA256: 1f004e049788a3effc89ef417f06a6cf704c95ae2a718b2175185f2983381ae7
Change Logs
exif
  • Fixed bug #76164 (exif_read_data zend_mm_heap corrupted).
fpm
  • Fixed bug #76075 --with-fpm-acl wrongly tries to find libacl on FreeBSD.
intl
  • Fixed bug #74385 (Locale::parseLocale() broken with some arguments).
opcache
  • Fixed bug #76205 (PHP-FPM sporadic crash when running Infinitewp).
  • Fixed bug #76275 (Assertion failure in file cache when unserializing empty try_catch_array).
  • Fixed bug #76281 (Opcache causes incorrect "undefined variable" errors).
reflection
  • Fixed arginfo of array_replace(_recursive) and array_merge(_recursive).
session
  • Fixed bug #74892 (Url Rewriting (trans_sid) not working on urls that start with "#").
To Top