PHP Release 7.2.22


PHP 7.2.22 Release Announcement

The PHP development team announces the immediate availability of PHP 7.2.22. This is a security release which also contains several bug fixes.

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

For source downloads of PHP 7.2.22 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.22 (tar.bz2)
SHA256: c10a9883b586ada5ef1149f2571625b27efdcc3e70a04fbb9121979633b0f08a
PHP 7.2.22 (tar.gz)
SHA256: 6e2ccc77484c27971d4550b7071a57b79bc910bfb2d4a74a57ae2c18b78c3dc7
PHP 7.2.22 (tar.xz)
SHA256: eb597fcf8dc0a6211a42a6346de4f63ee166829a6df6d8ed767fe14be8d1c3a3
Change Logs
core
  • Fixed bug #78363 (Buffer overflow in zendparse).
  • Fixed bug #78379 (Cast to object confuses GC, causes crash).
curl
  • Fixed bug #77946 (Bad cURL resources returned by curl_multi_info_read()).
exif
  • Fixed bug #78333 (Exif crash (bus error) due to wrong alignment and invalid cast).
iconv
  • Fixed bug #78342 (Bus error in configure test for iconv //IGNORE).
litespeed
  • Updated to LiteSpeed SAPI V7.5 (Fixed clean shutdown).
mysqlnd
  • Fixed bug #78179 (MariaDB server version incorrectly detected).
opcache
  • Fixed bug #77191 (Assertion failure in dce_live_ranges() when silencing is used).
standard
  • Fixed bug #69100 (Bus error from stream_copy_to_stream (file -> SSL stream) with invalid length).
  • Fixed bug #78282 (atime and mtime mismatch).
  • Fixed bug #78326 (improper memory deallocation on stream_get_contents() with fixed length buffer).
To Top