PHP Release 7.1.25


PHP 7.1.25 Release Announcement

The PHP development team announces the immediate availability of PHP 7.1.25. This is a security release.

All PHP 7.1 users are encouraged to upgrade to this version.

For source downloads of PHP 7.1.25 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.25 (tar.bz2)
SHA256: 002cdc880ac7cfaede2c389204d366108847db0f3ac72edf1ba95c0577f9aaac
PHP 7.1.25 (tar.gz)
SHA256: 7dc40e202140e8b4fb3d992c15a68d98dc06b805e6b218497d260abbe51f5958
PHP 7.1.25 (tar.xz)
SHA256: 0fd8dad1903cd0b2d615a1fe4209f99e53b7292403c8ffa1919c0f4dd1eada88
Change Logs
core
  • Fixed bug #71041 (zend_signal_startup() needs ZEND_API).
ftp
  • Fixed bug #77151 (ftp_close(): SSL_read on shutdown).
iconv
  • Fixed bug #77147 (Fixing 60494 ignored ICONV_MIME_DECODE_CONTINUE_ON_ERROR).
imap
  • Fixed bug #77153 (imap_open allows to run arbitrary shell commands via mailbox parameter).
odbc
  • Fixed bug #77079 (odbc_fetch_object has incorrect type signature).
opcache
  • Fixed bug #77058 (Type inference in opcache causes side effects).
pgsql
  • Fixed bug #77047 (pg_convert has a broken regex for the 'TIME WITHOUT TIMEZONE' data type).
soap
  • Fixed bug #76348 (WSDL_CACHE_MEMORY causes Segmentation fault).
  • Fixed bug #77141 (Signedness issue in SOAP when precision=-1).
sockets
  • Fixed bug #67619 (Validate length on socket_write).
To Top