]> granicus.if.org Git - php/commitdiff
update NEWS
authorAnatol Belski <ab@php.net>
Mon, 4 Apr 2016 15:42:06 +0000 (17:42 +0200)
committerAnatol Belski <ab@php.net>
Mon, 4 Apr 2016 15:42:06 +0000 (17:42 +0200)
NEWS

diff --git a/NEWS b/NEWS
index 39b2150543699021aeef6a946a6c22010cd75cdf..44979e8dbfee7988268b88b6efe18a00f78f278b 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -40,6 +40,10 @@ PHP                                                                        NEWS
   . Fixed bug #52098 (Own PDOStatement implementation ignore __call()).
     (Daniel kalaspuffar, Julien)
 
+- PDO_DBlib:
+  . Fixed bug #71943 (dblib_handle_quoter needs to allocate an extra byte).
+    (Adam Baratz)
+
 - Postgres:
   . Fixed bug #71820 (pg_fetch_object binds parameters before call
     constructor). (Anatol)