PHP Release 7.2.11


PHP 7.2.11 Release Announcement

The PHP development team announces the immediate availability of PHP 7.2.11. This is a bugfix release.

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

For source downloads of PHP 7.2.11 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.11 (tar.bz2)
SHA256: 4a0d7f402d07966b37a600796283f4ca4079d955d96d5bec024dd02009d8b4c5
PHP 7.2.11 (tar.gz)
SHA256: 180c63a9647c0a50d438b6bd5c7a8e7a11bceee8ad613a59d3ef15151fc158d4
PHP 7.2.11 (tar.xz)
SHA256: da1a705c0bc46410e330fc6baa967666c8cd2985378fb9707c01a8e33b01d985
Change Logs
core
  • Fixed bug #76800 (foreach inconsistent if array modified during loop).
  • Fixed bug #76901 (method_exists on SPL iterator passthrough method corrupts memory).
curl
  • Fixed bug #76480 (Use curl_multi_wait() so that timeouts are respected).
iconv
  • Fixed bug #66828 (iconv_mime_encode Q-encoding longer than it should be).
opcache
  • Fixed bug #76832 (ZendOPcache.MemoryBase periodically deleted by the OS).
  • Fixed bug #76796 (Compile-time evaluation of disabled function in opcache causes segfault).
posix
  • Fixed bug #75696 (posix_getgrnam fails to print details of group).
reflection
  • Fixed bug #74454 (Wrong exception being thrown when using ReflectionMethod).
standard
  • Fixed bug #73457 (Wrong error message when fopen FTP wrapped fails to open data connection).
  • Fixed bug #74764 (Bindto IPv6 works with file_get_contents but fails with stream_socket_client).
  • Fixed bug #75533 (array_reduce is slow when $carry is large array).
xmlrpc
  • Fixed bug #76886 (Can't build xmlrpc with expat).
zlib
  • Fixed bug #75273 (php_zlib_inflate_filter() may not update bytes_consumed).
To Top