summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnatol Belski <ab@php.net>2018-07-30 19:43:23 +0200
committerAnatol Belski <ab@php.net>2018-07-30 19:43:23 +0200
commit095a30e11b14dde32aabc002d627301bcbe7a927 (patch)
tree56452d97c7da2eb8bfb674fe09b9107fd2977d91
parente111ef56269592d33f401c4a0b1120cb1fb448ff (diff)
downloadphp-git-095a30e11b14dde32aabc002d627301bcbe7a927.tar.gz
Update NEWS [ci skip]
-rw-r--r--NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 3009f5d0ab..a80e1feaed 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)