diff --git a/NEWS b/NEWS index 21ac878b104..597b1779f24 100644 --- a/NEWS +++ b/NEWS @@ -6,6 +6,10 @@ PHP NEWS . Fixed bug #76667 (Segfault with divide-assign op and __get + __set). (Laruence) +- PDO_PgSQL: + . Fixed bug #75402 (Possible Memory Leak using PDO::CURSOR_SCROLL option). + (Anatol) + - SQLite3: . Fixed #76665 (SQLite3Stmt::bindValue() with SQLITE3_FLOAT doesn't juggle). (cmb)