From: Moriyoshi Koizumi Date: Sat, 4 Oct 2003 03:18:48 +0000 (+0000) Subject: New feature news. X-Git-Tag: BEFORE_HANDLERS_RESHUFFLE~12 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6a251712855867d317540f8439779f5aa01e32cb;p=php New feature news. --- diff --git a/NEWS b/NEWS index 338def6b4a..b248579ce9 100644 --- a/NEWS +++ b/NEWS @@ -32,6 +32,8 @@ PHP NEWS - Added optional parameter to OCIWriteTemporaryLob() to specify the type of LOB (Patch by Novicky Marek ). (Thies) - Added reflection API. (Andrei, George, Timm) +- Fixed fgetcsv() to correctly handle international (non-ascii) characters. + (Moriyoshi) - Fixed support for fields within XML documents in ext/xml. (Sterling) - Fixed visibility of __construct and __clone. (Marcus)