moriyoshi Wed Oct 29 17:18:25 2003 EDT Modified files: /php-src NEWS Log: Add BFN entry to HEAD, as this bug is not likely to be fixed in 4.3.x. Index: php-src/NEWS diff -u php-src/NEWS:1.1483 php-src/NEWS:1.1484 --- php-src/NEWS:1.1483 Wed Oct 29 16:32:28 2003 +++ php-src/NEWS Wed Oct 29 17:18:24 2003 @@ -45,6 +45,7 @@ - Fixed support for <![CDATA[]]> 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)
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php