summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Kokot <peterkokot@gmail.com>2018-08-04 06:40:31 +0200
committerPeter Kokot <peterkokot@gmail.com>2018-08-04 06:40:31 +0200
commitffae3fb25d288c828a79334d663f146bed0505ea (patch)
tree51471057474cffeaf991f602c4702e62f822d764
parentfa59dc550de848e7217fe11ab340ec1b92ee2e99 (diff)
downloadphp-git-ffae3fb25d288c828a79334d663f146bed0505ea.tar.gz
[ci skip] Update NEWS
-rw-r--r--NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 97a78ecaf7..099b176b0f 100644
--- a/NEWS
+++ b/NEWS
@@ -20,6 +20,10 @@ 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)