]> granicus.if.org Git - php/commitdiff
[ci skip] Update NEWS
authorPeter Kokot <peterkokot@gmail.com>
Sat, 4 Aug 2018 04:41:34 +0000 (06:41 +0200)
committerPeter Kokot <peterkokot@gmail.com>
Sat, 4 Aug 2018 04:41:34 +0000 (06:41 +0200)
NEWS

diff --git a/NEWS b/NEWS
index 597b1779f24b0f526e20208ece36113c31e604c7..e540a1b9a1c2f7bc32c08d9dea63ac25e0f71f94 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -10,6 +10,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)