]> granicus.if.org Git - php/commitdiff
- Fixed bug entries
authorJani Taskinen <jani@php.net>
Tue, 2 Sep 2008 08:58:00 +0000 (08:58 +0000)
committerJani Taskinen <jani@php.net>
Tue, 2 Sep 2008 08:58:00 +0000 (08:58 +0000)
NEWS

diff --git a/NEWS b/NEWS
index dab7607d419f979143735ac9a37d37606301aebe..332e508f2716b8843c810b826a1c63c4c66568d5 100644 (file)
--- 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).