PHP Release 7.4.15


PHP 7.4.15 Release Announcement

The PHP development team announces the immediate availability of PHP 7.4.15. This is a security release.

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

For source downloads of PHP 7.4.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.4.15 (tar.gz)
SHA256: c7403988b69212335dec79e869abe9dbb23d60ea7f6eb16fd6ff99ed6b5f1c87
PHP 7.4.15 (tar.bz2)
SHA256: 1bd7be0293446c3d3cbe3c9fae6045119af0798fb0869db61932796dc23a7757
PHP 7.4.15 (tar.xz)
SHA256: 9b859c65f0cf7b3eff9d4a28cfab719fb3d36a1db3c20d874a79b5ec44d43cb8
Change Logs
core
  • Fixed bug #80523 (bogus parse error on >4GB source code).
  • Fixed bug #80384 (filter buffers entire read until file closed).
curl
  • Fixed bug #80595 (Resetting POSTFIELDS to empty array breaks request).
date
  • Fixed bug #80376 (last day of the month causes runway cpu usage.
mysqli
  • Fixed bug #67983 (mysqlnd with MYSQLI_OPT_INT_AND_FLOAT_NATIVE fails to interpret bit columns).
  • Fixed bug #64638 (Fetching resultsets from stored procedure with cursor fails).
  • Fixed bug #72862 (segfault using prepared statements on stored procedures that use a cursor).
  • Fixed bug #77935 (Crash in mysqlnd_fetch_stmt_row_cursor when calling an SP with a cursor).
phar
  • Fixed bug #77565 (Incorrect locator detection in ZIP-based phars).
  • Fixed bug #69279 (Compressed ZIP Phar extractTo() creates garbage files).
To Top