]> granicus.if.org Git - php/commitdiff
news for dblib fixes
authorStanislav Malyshev <stas@php.net>
Tue, 4 Jun 2013 04:54:50 +0000 (21:54 -0700)
committerStanislav Malyshev <stas@php.net>
Tue, 4 Jun 2013 04:54:50 +0000 (21:54 -0700)
NEWS

diff --git a/NEWS b/NEWS
index 4e0424414dfc426adc21bcdf111b04c15b83af76..133a202cb79700ce90c4d041b9e8bd0aa6d2406f 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -5,6 +5,14 @@ PHP                                                                        NEWS
 - FPM:
   . Fixed Bug #64915 (error_log ignored when daemonize=0). (Remi)
 
+- PDO_DBlib:
+  . Fixed bug #63638 (Cannot connect to SQL Server 2008 with PDO dblib). 
+    (Stanley Sufficool)
+  . Fixed bug #64338 (pdo_dblib can't connect to Azure SQL). (Stanley 
+    Sufficool)
+  . Fixed bug #64808 (FreeTDS PDO getColumnMeta on a prepared but not executed 
+    statement crashes). (Stanley Sufficool)
+
 - PDO_pgsql:
   . Fixed Bug #64949 (Buffer overflow in _pdo_pgsql_error). (Remi)