PHP Release 7.1.21


PHP 7.1.21 Release Announcement

The PHP development team announces the immediate availability of PHP 7.1.21. This is a bugfix release. All PHP 7.1 users are encouraged to upgrade to this version.

For source downloads of PHP 7.1.21 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.1.21 (tar.bz2)
SHA256: c2409c574bde23763b48a96b93922f530156df044585ff60108bce7b27b19580
PHP 7.1.21 (tar.gz)
SHA256: 4b448ba9b3c81b88543c1e1fbef465391fecd64d7f19a744df26e9923295dd00
PHP 7.1.21 (tar.xz)
SHA256: d4da6dc69d3fe1e6b2b80f16b262f391037bfeb21213c966e026bd45d7ca2813
Change Logs
calendar
  • Fixed bug #52974 (jewish.c: compile error under Windows with GBK charset).
filter
  • Fixed bug #76366 (References in sub-array for filtering breaks the filter).
pdo_firebird
  • Fixed bug #76488 (Memory leak when fetching a BLOB field).
pdo_pgsql
  • Fixed bug #75402 (Possible Memory Leak using PDO::CURSOR_SCROLL option).
sqlite3
  • Fixed #76665 (SQLite3Stmt::bindValue() with SQLITE3_FLOAT doesn't juggle).
standard
  • Fixed bug #68553 (array_column: null values in $index_key become incrementing keys in result).
  • Fixed bug #73817 (Incorrect entries in get_html_translation_table).
  • Fixed bug #76643 (Segmentation fault when using `output_add_rewrite_var`).
zip
  • Fixed bug #76524 (ZipArchive memory leak (OVERWRITE flag and empty archive)).
To Top