PHP Release 7.2.23


PHP 7.2.23 Release Announcement

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

For source downloads of PHP 7.2.23 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.23 (tar.bz2)
SHA256: a17af3643d29d7e730f977e3776dc3e325d5ca00b361e41dbfc2368ebad5430d
PHP 7.2.23 (tar.gz)
SHA256: b32b426c84ff45154d6c11f00aff433bcac831a5c0a09bf0297075eefaea8fcc
PHP 7.2.23 (tar.xz)
SHA256: 74e045ec8ff26290db6a3688826dcdf43b87bc509e508e9cb76dab742804ca14
Change Logs
core
  • Fixed bug #78220 (Can't access OneDrive folder).
  • Fixed bug #78412 (Generator incorrectly reports non-releasable $this as GC child).
fastcgi
  • Fixed bug #78469 (FastCGI on_accept hook is not called when using named pipes on Windows).
mysqlnd
  • Fixed connect_attr issues and added the _server_host connection attribute.
odbc
  • Fixed bug #78473 (odbc_close() closes arbitrary resources).
pdo_mysql
  • Fixed bug #41997 (SP call yields additional empty result set).
sodium
  • Fixed bug #78510 (Partially uninitialized buffer returned by sodium_crypto_generichash_init()).
spl
  • Fixed bug #72884 (SplObject isCloneable() returns true but errs on clone).
To Top