PHP Release 7.2.9


PHP 7.2.9 Release Announcement

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

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

For source downloads of PHP 7.2.9 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.9 (tar.bz2)
SHA256: e9e3aaa6c317b7fea78246a758b017544366049d2789ad5a44fe9398464c53a8
PHP 7.2.9 (tar.gz)
SHA256: 23fcc1e4d10e06ddfdbc1163a8f0d147a7813467273f7946eb0de1b825d1d3e6
PHP 7.2.9 (tar.xz)
SHA256: 3585c1222e00494efee4f5a65a8e03a1e6eca3dfb834814236ee7f02c5248ae0
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 #73817 (Incorrect entries in get_html_translation_table).
  • Fixed bug #68553 (array_column: null values in $index_key become incrementing keys in result).
  • 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