PHP Release 7.2.20


PHP 7.2.20 Release Announcement

The PHP development team announces the immediate availability of PHP 7.2.20. This is a bugfix release.

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

For source downloads of PHP 7.2.20 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.20 (tar.bz2)
SHA256: 9fb829e54e54c483ae8892d1db0f7d79115cc698f2f3591a8a5e58d9410dca84
PHP 7.2.20 (tar.gz)
SHA256: d1dbf6f299514c9aa55b2995928b798b27c21811a0447f0688993cdf36be0749
PHP 7.2.20 (tar.xz)
SHA256: eff09da83e235c2ba25c85deea1d4f663bd71d50fd51ad11e1acebe26d733494
Change Logs
core
  • Fixed bug #76980 (Interface gets skipped if autoloader throws an exception).
dom
  • Fixed bug #78025 (segfault when accessing properties of DOMDocumentType).
mysqli
  • Fixed bug #77956 (When mysqli.allow_local_infile = Off, use a meaningful error message).
  • Fixed bug #38546 (bindParam incorrect processing of bool types).
opcache
  • Fixed bug #78106 (Path resolution fails if opcache disabled during request).
  • Fixed bug #78185 (File cache no longer works).
openssl
  • Fixed bug #78079 (openssl_encrypt_ccm.phpt fails with OpenSSL 1.1.1c).
sockets
  • Fixed bug #78038 (Socket_select fails when resource array contains references).
standard
  • Fixed bug #77135 (Extract with EXTR_SKIP should skip $this).
  • Fixed bug ##77937 (preg_match failed).
zip
  • Fixed bug #76345 (zip.h not found).
To Top