PHP Release 7.1.18


PHP 7.1.18 Release Announcement

The PHP development team announces the immediate availability of PHP 7.1.18. All PHP 7.1 users are encouraged to upgrade to this version.

For source downloads of PHP 7.1.18 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.18 (tar.bz2)
SHA256: 580e375515ede831a6d82e13c0ec25dd08b225c6d87dfc24d7cd5f3bd542bf8e
PHP 7.1.18 (tar.gz)
SHA256: 07c24ae4dd59d81d3dc0ce89025ae667979150e2ee0e9e30dd89e04e31d510fb
PHP 7.1.18 (tar.xz)
SHA256: 8bd91cea072ea5b368cc9b4533a1a683eb426abdacbf024bb6ffa9b799cd3b01
Change Logs
fpm
  • Fixed bug #76075 --with-fpm-acl wrongly tries to find libacl on FreeBSD.
intl
  • Fixed bug #74385 (Locale::parseLocale() broken with some arguments).
opcache
  • Fixed bug #76205 (PHP-FPM sporadic crash when running Infinitewp).
  • Fixed bug #76275 (Assertion failure in file cache when unserializing empty try_catch_array).
  • Fixed bug #76281 (Opcache causes incorrect "undefined variable" errors).
reflection
  • Fixed arginfo for array_replace(_recursive) and array_merge(_recursive).
To Top