From: Anatol Belski <ab@php.net>
Date: Wed, 7 Dec 2016 20:22:34 +0000 (+0100)
Subject: update NEWS
X-Git-Tag: php-7.1.1RC1~125^2
X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=73fb2192d29a8084b2424a1dfadab6d18c689f6a;p=php

update NEWS
---

diff --git a/NEWS b/NEWS
index 7dc3d282d6..5a8c0d32b4 100644
--- a/NEWS
+++ b/NEWS
@@ -11,6 +11,10 @@ PHP                                                                        NEWS
 - PCRE:
   . Fixed bug #73612 (preg_*() may leak memory). (cmb)
 
+- PDO_Firebird:
+  . Fixed bug #72931 (PDO_FIREBIRD with Firebird 3.0 not work on returning
+    statement). (Dorin Marcoci)
+
 - Streams:
   . Fixed bug #73586 (php_user_filter::$stream is not set to the stream the
     filter is working on). (Dmitry)