summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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)