From: Christoph M. Becker Date: Thu, 2 Jul 2015 22:23:44 +0000 (+0200) Subject: updated NEWS X-Git-Tag: php-5.6.12RC1~61 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=616661e0f8368365f50fe9aea7606782aa7552dc;p=php updated NEWS --- diff --git a/NEWS b/NEWS index cd36909b57..f965742a71 100644 --- 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)