From: foobar Date: Sat, 14 Jan 2006 14:44:44 +0000 (+0000) Subject: be wordy X-Git-Tag: php-5.1.3RC1~263 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a408c539cf4f646c65a0fd1f68a1d8008cb4a93c;p=php be wordy --- diff --git a/NEWS b/NEWS index 8d7f6ca469..1c2865e084 100644 --- a/NEWS +++ b/NEWS @@ -2,7 +2,8 @@ PHP NEWS ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| ?? ??? 2006, PHP 5.1.3 - Added "consumed" stream filter. (Marcus) -- Added new mysqli field constants for BIT and NEW_DECIMAL (#36007). (Georg) +- Added new mysqli constants for BIT and NEW_DECIMAL field types: + MYSQLI_TYPE_NEWDECIMAL and MYSQLI_TYPE_BIT. FR #36007. (Georg) - Fixed bug #35998 (SplFileInfo::getPathname() returns unix style filenames in win32). (Marcus)