]> granicus.if.org Git - php/commitdiff
Implemented feature request #36007: Support for BIT and NEW_DECIMAL field types
authorGeorg Richter <georg@php.net>
Sat, 14 Jan 2006 10:15:08 +0000 (10:15 +0000)
committerGeorg Richter <georg@php.net>
Sat, 14 Jan 2006 10:15:08 +0000 (10:15 +0000)
NEWS

diff --git a/NEWS b/NEWS
index 5107599b101b2e34e7619f253e401e4a695b236c..2e11e53e76d3ed168c360805e16c04e71750912a 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -2,6 +2,8 @@ PHP                                                                        NEWS
 |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
 ?? ??? 2006, PHP 5.1.3
 - Added "consumed" stream filter. (Marcus)
+- Implemented feature request #36007 (support for BIT and NEWDECIMAL in mysqli
+  (Georg)
 - Fixed bug #35998 (SplFileInfo::getPathname() returns unix style filenames
   in win32). (Marcus)