PHP Release 7.1.10


PHP 7.1.10 Release Announcement

The PHP development team announces the immediate availability of PHP 7.1.10. 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.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.1.10 (tar.bz2)
SHA256: 0ee51b9b1ae7eca3e9558f772ce20cbacd1f76420009b3af630c87027f9a41af
PHP 7.1.10 (tar.gz)
SHA256: edc6a7c3fe89419525ce51969c5f48610e53613235bbef255c3a4db33b458083
PHP 7.1.10 (tar.xz)
SHA256: 2b8efa771a2ead0bb3ae67b530ca505b5b286adc873cca9ce97a6e1d6815c50b
Change Logs
core
  • Fixed bug #75042 (run-tests.php issues with EXTENSION block).
bcmath
  • Fixed bug #44995 (bcpowmod() fails if scale != 0).
  • Fixed bug #46781 (BC math handles minus zero incorrectly).
  • Fixed bug #54598 (bcpowmod() may return 1 if modulus is 1).
  • Fixed bug #75178 (bcpowmod() misbehaves for non-integer base or modulus).
cli server
  • Fixed bug #70470 (Built-in server truncates headers spanning over TCP packets).
curl
  • Fixed bug #75093 (OpenSSL support not detected).
gd
  • Fixed bug #75124 (gdImageGrayScale() may produce colors).
  • Fixed bug #75139 (libgd/gd_interpolation.c:1786: suspicious if ?).
gettext
  • Fixed bug #73730 (textdomain(null) throws in strict mode).
intl
  • Fixed bug #75090 (IntlGregorianCalendar doesn't have constants from parent class).
  • Fixed bug #75193 (segfault in collator_convert_object_to_string).
pdo_oci
  • Fixed bug #74631 (PDO_PCO with PHP-FPM: OCI environment initialized before PHP-FPM sets it up).
spl
  • Fixed bug #75155 (AppendIterator::append() is broken when appending another AppendIterator).
  • Fixed bug #75173 (incorrect behavior of AppendIterator::append in foreach loop).
standard
  • Fixed bug #75152 (signed integer overflow in parse_iv).
  • Fixed bug #75097 (gethostname fails if your host name is 64 chars long).
To Top