PHP Release 7.1.19


PHP 7.1.19 Release Announcement

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

For source downloads of PHP 7.1.19 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.19 (tar.bz2)
SHA256: 13c43e7be3040ad53f192b0770c7ed99e5b3e348dfc6674666179d557fd770f3
PHP 7.1.19 (tar.gz)
SHA256: e1ae477b72bed02cdcb04f0157b8f8767bd4f6030416ae06408b4f6d85ee66a1
PHP 7.1.19 (tar.xz)
SHA256: 7cab88f269b90a8a38dbcccf3ec0d5c6eba86122431a53eaa94405bbb60370a8
Change Logs
cli server
  • Fixed bug #76333 (PHP built-in server does not find files if root path contains special characters).
openssl
  • Fixed bug #76296 (openssl_pkey_get_public does not respect open_basedir).
  • Fixed bug #76174 (openssl extension fails to build with LibreSSL 2.7).
spl
  • Fixed bug #76367 (NoRewindIterator segfault 11).
standard
  • Fixed bug #76335 ("link(): Bad file descriptor" with non-ASCII path).
  • Fixed bug #76383 (array_map on $GLOBALS returns IS_INDIRECT).
To Top