From: Jani Taskinen Date: Tue, 2 Sep 2008 08:58:00 +0000 (+0000) Subject: - Fixed bug entries X-Git-Tag: php-5.2.7RC1~73 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=42eaadd1281113de01c34b7a71231aa4870857c4;p=php - Fixed bug entries --- diff --git a/NEWS b/NEWS index dab7607d41..332e508f27 100644 --- a/NEWS +++ b/NEWS @@ -89,6 +89,10 @@ PHP NEWS overlapping needles). (Moriyoshi) - Fixed bug #43941 (json_encode silently cuts non-UTF8 strings). (Stas) - Fixed bug #43782 (feof() does not detect timeout on socket). (David Soria Parra) +- Fixed bug #43668 (Added odbc.default_cursortype to control the ODBC + cursormodel). (Patrick) +- Fixed bug #43666 (Fixed code to use ODBC 3.52 datatypes for 64bit systems). + (Patrick) - Fixed bug #42737 (preg_split('//u') triggers a E_NOTICE with newlines). (Nuno) - Fixed bug #42604 ("make test" fails with --with-config-file-scan-dir=path).