summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnatol Belski <ab@php.net>2016-12-07 21:22:34 +0100
committerAnatol Belski <ab@php.net>2016-12-07 21:22:34 +0100
commit73fb2192d29a8084b2424a1dfadab6d18c689f6a (patch)
tree516b1446654bdb9a12aecf62162429c0e6fee050
parent13ffa88e1f62c4407c55e1b82c299fc452211662 (diff)
downloadphp-git-73fb2192d29a8084b2424a1dfadab6d18c689f6a.tar.gz
update NEWS
-rw-r--r--NEWS4
1 files changed, 4 insertions, 0 deletions
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)