PHP Release 7.1.12


PHP 7.1.12 Release Announcement

The PHP development team announces the immediate availability of PHP 7.1.12. 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.12 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.12 (tar.bz2)
SHA256: f9ce3361ab99dce8f3f2fba663695ac9b18a3579bc8014dc280368d1577d87c4
PHP 7.1.12 (tar.gz)
SHA256: 188c67d8e424ce7a6fe93475aa64f53182c1d80ca3ac99439651ca91569d969c
PHP 7.1.12 (tar.xz)
SHA256: a0118850774571b1f2d4e30b4fe7a4b958ca66f07d07d65ebdc789c54ba6eeb3
Change Logs
core
  • Fixed bug #75420 (Crash when modifing property name in __isset for BP_VAR_IS).
  • Fixed bug #75368 (mmap/munmap trashing on unlucky allocations).
cli
  • Fixed bug #75287 (Builtin webserver crash after chdir in a shutdown function).
enchant
  • Fixed bug #53070 (enchant_broker_get_path crashes if no path is set).
  • Fixed bug #75365 (Enchant still reports version 1.1.0).
exif
  • Fixed bug #75301 (Exif extension has built in revision version).
gd
  • Fixed bug #65148 (imagerotate may alter image dimensions).
  • Fixed bug #75437 (Wrong reflection on imagewebp).
intl
  • Fixed bug #75317 (UConverter::setDestinationEncoding changes source instead of destination).
interbase
  • Fixed bug #75453 (Incorrect reflection for ibase_[p]connect).
mysqli
  • Fixed bug #75434 (Wrong reflection for mysqli_fetch_all function).
oci8
  • Fixed valgrind issue.
openssl
  • Fixed bug #75363 (openssl_x509_parse leaks memory).
  • Fixed bug #75307 (Wrong reflection for openssl_open function).
opcache
  • Fixed bug #75373 (Warning Internal error: wrong size calculation).
pgsql
  • Fixed bug #75419 (Default link incorrectly cleared/linked by pg_close()).
soap
  • Fixed bug #75464 (Wrong reflection on SoapClient::__setSoapHeaders).
zlib
  • Fixed bug #75299 (Wrong reflection on inflate_init and inflate_add).
To Top