From: Moriyoshi Koizumi Date: Wed, 29 Oct 2003 22:18:24 +0000 (+0000) Subject: Add BFN entry to HEAD, as this bug is not likely to be fixed in 4.3.x. X-Git-Tag: RELEASE_2_0_0RC1~8 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=bb68e1862227a448be8773b81ad236fa498706e2;p=php Add BFN entry to HEAD, as this bug is not likely to be fixed in 4.3.x. --- diff --git a/NEWS b/NEWS index 146ca43b48..74f647fcfd 100644 --- a/NEWS +++ b/NEWS @@ -45,6 +45,7 @@ PHP NEWS - Fixed support for fields within XML documents in ext/xml. (Sterling) - Fixed visibility of __construct and __clone. (Marcus) +- Fixed bug #26003 (fgetcsv() not binary-safe on null bytes). (Moriyoshi) - Fixed bug #25756 (SimpleXML's validate_schema_file() broken). (Moriyoshi) - Fixed bug #25581 (getimagesize() returns incorrect values on bitmap (os2) files). (Marcus)