PHP Release 7.2.13


PHP 7.2.13 Release Announcement

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

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

For source downloads of PHP 7.2.13 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.2.13 (tar.bz2)
SHA256: 5b4a46fb76491bcd3eee1213773382e570f6ecf9b22d623b24e2822298b3e92d
PHP 7.2.13 (tar.gz)
SHA256: e563cee406b1ec96649c22ed2b35796cfe4e9aa9afa6eab6be4cf2fe5d724744
PHP 7.2.13 (tar.xz)
SHA256: 14b0429abdb46b65c843e5882c9a8c46b31dfbf279c747293b8ab950c2644a4b
Change Logs
ftp
  • Fixed bug #77151 (ftp_close(): SSL_read on shutdown).
cli
  • Fixed bug #77111 (php-win.exe corrupts unicode symbols from cli parameters).
fileinfo
  • Fixed bug #77095 (slowness regression in 7.2/7.3 (compared to 7.1)).
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).
  • Fixed bug #77092 (array_diff_key() - segmentation fault).
pgsql
  • Fixed bug #77047 (pg_convert has a broken regex for the 'TIME WITHOUT TIMEZONE' data type).
soap
  • Fixed bug #50675 (SoapClient can't handle object references correctly).
  • 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