PHP Release 7.2.15


PHP 7.2.15 Release Announcement

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

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

For source downloads of PHP 7.2.15 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.15 (tar.bz2)
SHA256: c93e7616946a463911818c7e9f9e21276c7793fb8c7cb15877188dd0546d0554
PHP 7.2.15 (tar.gz)
SHA256: 9b13bde9f5a32d6f6bdb8b911bb55bb818d0c4073538f8dc48aa2deb560f55a3
PHP 7.2.15 (tar.xz)
SHA256: 75e90012faef700dffb29311f3d24fa25f1a5e0f70254a9b8d5c794e25e938ce
Change Logs
core
  • Fixed bug #77339 (__callStatic may get incorrect arguments).
  • Fixed bug #77494 (Disabling class causes segfault on member access).
  • Fixed bug #77530 (PHP crashes when parsing `(2)::class`).
curl
  • Fixed bug #76675 (Segfault with H2 server push).
gd
  • Fixed bug #73281 (imagescale(…, IMG_BILINEAR_FIXED) can cause black border).
  • Fixed bug #73614 (gdImageFilledArc() doesn't properly draw pies).
  • Fixed bug #77272 (imagescale() may return image resource on failure).
  • Fixed bug #77391 (1bpp BMPs may fail to be loaded).
  • Fixed bug #77479 (imagewbmp() segfaults with very large images).
ldap
  • Fixed bug #77440 (ldap_bind using ldaps or ldap_start_tls()=exception in libcrypto-1_1-x64.dll).
mbstring
  • Fixed bug #77454 (mb_scrub() silently truncates after a null byte).
mysqlnd
  • Fixed bug #75684 (In mysqlnd_ext_plugin.h the plugin methods family has no external visibility).
opcache
  • Fixed bug #77361 (configure fails on 64-bit AIX when opcache enabled).
openssl
  • Fixed bug #77390 (feof might hang on TLS streams in case of fragmented TLS records).
pdo
  • Fixed bug #77273 (array_walk_recursive corrupts value types leading to PDO failure).
phpdbg
  • Fixed bug #76596 (phpdbg support for display_errors=stderr).
sockets
  • Fixed bug #76839 (socket_recvfrom may return an invalid 'from' address on MacOS).
standard
  • Fixed bug #77395 (segfault about array_multisort).
  • Fixed bug #77439 (parse_str segfaults when inserting item into existing array).
To Top