diff options
author | Peter Kokot <peterkokot@gmail.com> | 2018-08-04 16:19:47 +0200 |
---|---|---|
committer | Peter Kokot <peterkokot@gmail.com> | 2018-08-04 16:19:47 +0200 |
commit | 827abb843f268b49d748d074913cbf0d4b45ae32 (patch) | |
tree | 1e7e12cb61c149faf8e16664567165271bf19f99 | |
parent | 18db1ce2118e24cc4e177a834250c6d1c4100203 (diff) | |
download | php-git-827abb843f268b49d748d074913cbf0d4b45ae32.tar.gz |
[ci skip] Update NEWS
Bug fix #76595 has been done after the 7.2.9RC1 release and should go
to appropriate NEWS location then.
-rw-r--r-- | NEWS | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -6,6 +6,10 @@ PHP NEWS . Fixed bug #76704 (mb_detect_order return value varies based on argument type). (cmb) +- phpdbg: + . Fixed bug #76595 (phpdbg man page contains outdated information). + (Kevin Abel) + 16 Aug 2018, PHP 7.2.9 - Calendar: @@ -23,10 +27,6 @@ PHP NEWS . Fixed bug #75402 (Possible Memory Leak using PDO::CURSOR_SCROLL option). (Anatol) -- phpdbg: - . Fixed bug #76595 (phpdbg man page contains outdated information). - (Kevin Abel) - - SQLite3: . Fixed #76665 (SQLite3Stmt::bindValue() with SQLITE3_FLOAT doesn't juggle). (cmb) |