From: Patrick van Kleef Date: Mon, 1 Sep 2008 08:37:22 +0000 (+0000) Subject: - fixes for ext/odbc X-Git-Tag: BEFORE_HEAD_NS_CHANGE~500 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=399c8d46a0355a0a9aab86775e4394426f200703;p=php - fixes for ext/odbc --- diff --git a/NEWS b/NEWS index b7026d52f7..205a575161 100644 --- a/NEWS +++ b/NEWS @@ -50,3 +50,7 @@ PHP NEWS - Added str_getcsv() function. (Sara) - Fixed bug #40325 (Vary: header missing in gzip output handlers). (Mike) +- Fixed bug #43666) (Fixed code to use ODBC 3.52 datatypes for 64bit systems). + (iodbc) +- Fixed bug #43668) (Added odbc.default_cursortype to control the ODBC + cursormodel). (iodbc)