summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnatol Belski <ab@php.net>2018-07-30 19:42:10 +0200
committerAnatol Belski <ab@php.net>2018-07-30 19:42:10 +0200
commit2870178720a573ca60eb4e99fedcf7cf5eb39dd5 (patch)
treef938d9f782c15d2de0487977b83f2b8631a69e25
parentcc69950b1527b321bf54a9394938d57e8f5a35cc (diff)
downloadphp-git-2870178720a573ca60eb4e99fedcf7cf5eb39dd5.tar.gz
Update NEWS [ci skip]
-rw-r--r--NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 87402d9dec..0ab5c59e4d 100644
--- a/NEWS
+++ b/NEWS
@@ -13,6 +13,10 @@ PHP NEWS
- PDO_Firebird:
. Fixed bug #76488 (Memory leak when fetching a BLOB field). (Simonov Denis)
+- 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)