PHP Release 7.2.10


PHP 7.2.10 Release Announcement

The PHP development team announces the immediate availability of PHP 7.2.10. This is a security release which 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.10 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.10 (tar.bz2)
SHA256: 01b6129a0921a1636b07da9bc598a876669e45a462cef4b5844fc26862dbda9d
PHP 7.2.10 (tar.gz)
SHA256: d2d908b49b6005e65dcc46cdc986603a19b7ff103119fce8ddd4648586d430a4
PHP 7.2.10 (tar.xz)
SHA256: 01c2154a3a8e3c0818acbdbc1a956832c828a0380ce6d1d14fea495ea21804f0
Change Logs
core
  • Fixed bug #76754 (parent private constant in extends class memory leak).
  • Fixed bug #72443 (Generate enabled extension).
  • Fixed bug #75797 (Memory leak when using class_alias() in non-debug mode).
apache2
  • Fixed bug #76582 (Apache bucket brigade sometimes becomes invalid).
bz2
  • Fixed arginfo for bzcompress.
gettext
  • Fixed bug #76517 (incorrect restoring of LDFLAGS).
iconv
  • Fixed bug #68180 (iconv_mime_decode can return extra characters in a header).
  • Fixed bug #63839 (iconv_mime_decode_headers function is skipping headers).
  • Fixed bug #60494 (iconv_mime_decode does ignore special characters).
  • Fixed bug #55146 (iconv_mime_decode_headers() skips some headers).
intl
  • Fixed bug #74484 (MessageFormatter::formatMessage memory corruption with 11+ named placeholders).
libxml
  • Fixed bug #76777 ("public id" parameter of libxml_set_external_entity_loader callback undefined).
mbstring
  • Fixed bug #76704 (mb_detect_order return value varies based on argument type).
opcache
  • Fixed bug #76747 (Opcache treats path containing "test.pharma.tld" as a phar file).
openssl
  • Fixed bug #76705 (unusable ssl => peer_fingerprint in stream_context_create()).
phpdbg
  • Fixed bug #76595 (phpdbg man page contains outdated information).
spl
  • Fixed bug #68825 (Exception in DirectoryIterator::getLinkTarget()).
  • Fixed bug #68175 (RegexIterator pregFlags are NULL instead of 0).
standard
  • Fixed bug #76778 (array_reduce leaks memory if callback throws exception).
zlib
  • Fixed bug #65988 (Zlib version check fails when an include/zlib/ style dir is passed to the --with-zlib configure option).
  • Fixed bug #76709 (Minimal required zlib library is 1.2.0.4).
To Top