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

diff --git a/NEWS b/NEWS
index 97a78ecaf705c20538f4adbb07e237708f5c0df6..099b176b0fb5bfdbf62dac5ce34d3854b4191cd6 100644 (file)
--- 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)