PHP Release 7.1.11


PHP 7.1.11 Release Announcement

The PHP development team announces the immediate availability of PHP 7.1.11. This is a bugfix release, with several bug fixes included. All PHP 7.1 users are encouraged to upgrade to this version.

For source downloads of PHP 7.1.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.1.11 (tar.bz2)
SHA256: 7646d7de701fc969e3305eeeb2eddda3d46af6a88ee20ef4a47270c447228573
PHP 7.1.11 (tar.gz)
SHA256: de41b2c166bc5ec8ea96a337d4dd675c794f7b115a8a47bb04595c03dbbdf425
PHP 7.1.11 (tar.xz)
SHA256: 074093e9d7d21afedc5106904218a80a47b854abe368d2728ed22184c884893e
Change Logs
core
  • Fixed bug #75241 (Null pointer dereference in zend_mm_alloc_small()).
  • Fixed bug #75236 (infinite loop when printing an error-message).
  • Fixed bug #75252 (Incorrect token formatting on two parse errors in one request).
  • Fixed bug #75220 (Segfault when calling is_callable on parent).
  • Fixed bug #75290 (debug info of Closures of internal functions contain garbage argument names).
apache2handler
  • Fixed bug #75311 (error: 'zend_hash_key' has no member named 'arKey' in apache2handler).
date
  • Fixed bug #75055 (Out-Of-Bounds Read in timelib_meridian()).
hash
  • Fixed bug #75303 (sha3 hangs on bigendian).
intl
  • Fixed bug #75318 (The parameter of UConverter::getAliases() is not optional).
litespeed
  • Fixed bug #75248 (Binary directory doesn't get created when building only litespeed SAPI).
  • Fixed bug #75251 (Missing program prefix and suffix).
mcrypt
  • Fixed bug #72535 (arcfour encryption stream filter crashes php).
mysqli
  • Fixed bug #75018 (Data corruption when reading fields of bit type).
oci8
  • Fixed incorrect reference counting.
  • Opcache
  • Fixed bug #75255 (Request hangs and not finish).
pcre
  • Fixed bug #75207 (applied upstream patch for CVE-2016-1283).
pdo_mysql
  • Fixed bug #75177 (Type 'bit' is fetched as unexpected string).
spl
  • Fixed bug #73629 (SplDoublyLinkedList::setIteratorMode masks intern flags).
To Top