PHP Release 7.2.24


PHP 7.2.24 Release Announcement

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

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

For source downloads of PHP 7.2.24 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.24 (tar.bz2)
SHA256: a079934db63068bbcc9bbd2e7b916b9891fc97719862697e5f954c639984f603
PHP 7.2.24 (tar.gz)
SHA256: 01baf7a34c856d2c552121fbad7296a8cde18389ce83db32f18252bc1cee4dd6
PHP 7.2.24 (tar.xz)
SHA256: a6a6cc03388060aa5f8f9e45799b72bce1c7ed7b9d7b3f1187787202aad91d25
Change Logs
core
  • Fixed bug #78535 (auto_detect_line_endings value not parsed as bool).
  • Fixed bug #78620 (Out of memory error).
exif
  • Fixed bug #78442 ('Illegal component' on exif_read_data since PHP7)
fpm
  • Fixed bug #78599 (env_path_info underflow in fpm_main.c can lead to RCE). (CVE-2019-11043)
mbstring
  • Fixed bug #78579 (mb_decode_numericentity: args number inconsistency).
  • Fixed bug #78609 (mb_check_encoding() no longer supports stringable objects).
mysqli
  • Fixed bug #76809 (SSL settings aren't respected when persistent connections are used).
pdo_mysql
  • Fixed bug #78623 (Regression caused by "SP call yields additional empty result set").
session
  • Fixed bug #78624 (session_gc return value for user defined session handlers).
standard
  • Fixed bug #76342 (file_get_contents waits twice specified timeout).
  • Fixed bug #78612 (strtr leaks memory when integer keys are used and the subject string shorter).
  • Fixed bug #76859 (stream_get_line skips data if used with data-generating filter).
zip
  • Fixed bug #78641 (addGlob can modify given remove_path value).
To Top