]> granicus.if.org Git - php/commitdiff
updated NEWS
authorChristoph M. Becker <cmb@php.net>
Thu, 2 Jul 2015 22:23:44 +0000 (00:23 +0200)
committerChristoph M. Becker <cmb@php.net>
Thu, 2 Jul 2015 22:23:44 +0000 (00:23 +0200)
NEWS

diff --git a/NEWS b/NEWS
index cd36909b57c50d8fa47f62c02e7b445bbd3c3f48..f965742a71020a885a681ffc98b2590f74544fad 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -6,6 +6,10 @@ PHP                                                                        NEWS
   . Fixed bug #69655 (php -S changes MKCALENDAR request method to MKCOL). (cmb)
   . Fixed bug #64878 (304 responses return Content-Type header). (cmb)
 
+- ODBC:
+  . Fixed bug #69975 (PHP segfaults when accessing nvarchar(max) defined
+    columns). (cmb)
+
 - OpenSSL:
   . Fixed bug #69882 (OpenSSL error “key values mismatch” after 
     openssl_pkcs12_read with extra cert) (Tomasz Sawicki)