diff options
author | Anatol Belski <ab@php.net> | 2016-12-07 21:22:34 +0100 |
---|---|---|
committer | Anatol Belski <ab@php.net> | 2016-12-07 21:22:34 +0100 |
commit | 73fb2192d29a8084b2424a1dfadab6d18c689f6a (patch) | |
tree | 516b1446654bdb9a12aecf62162429c0e6fee050 | |
parent | 13ffa88e1f62c4407c55e1b82c299fc452211662 (diff) | |
download | php-git-73fb2192d29a8084b2424a1dfadab6d18c689f6a.tar.gz |
update NEWS
-rw-r--r-- | NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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) |