From: Georg Richter Date: Sat, 14 Jan 2006 10:15:08 +0000 (+0000) Subject: Implemented feature request #36007: Support for BIT and NEW_DECIMAL field types X-Git-Tag: php-5.1.3RC1~267 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c061fc6c3774992d4b4dc3a03739990581cd8284;p=php Implemented feature request #36007: Support for BIT and NEW_DECIMAL field types --- diff --git a/NEWS b/NEWS index 5107599b10..2e11e53e76 100644 --- 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)