]> granicus.if.org Git - php/commitdiff
updated NEWS
authorAnatol Belski <ab@php.net>
Tue, 28 Apr 2015 13:13:19 +0000 (15:13 +0200)
committerAnatol Belski <ab@php.net>
Tue, 28 Apr 2015 13:13:19 +0000 (15:13 +0200)
NEWS

diff --git a/NEWS b/NEWS
index 6c9d4f69c1653af559d9c19cade6f525e6c34a63..b0e9007f8e33b1aa2b2beb13ef6e6e3616778717 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -17,6 +17,8 @@ PHP                                                                        NEWS
 - ODBC:
   . Fixed bug #69474 (ODBC: Query with same field name from two tables returns
     incorrect result). (Anatol)
+  . Fixed bug #69381 (out of memory with sage odbc driver). (Frederic Marchall,
+    Anatol Belski)
 
 - OpenSSL:
   . Fixed bug #69402 (Reading empty SSL stream hangs until timeout).