From: Date: Mon, 11 Feb 2008 01:31:26 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: RELEASE_2_0_0a1~544 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d7680762065dce80ce05a63cef7acc9b159901d3;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index cc77b8da58..7be5229802 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,37 @@ +2008-02-10 Johannes Schlüter + + * (PHP_5_3) + ext/standard/tests/file/is_dir_variation2.phpt: + MFH: The exact message differs on different systems + + * ext/standard/tests/file/is_dir_variation2.phpt: + The exact message differs on different systems + +2008-02-10 Ilia Alshanetsky + + * (PHP_5_3) + ext/mssql/php_mssql.c: + + Possible fix for bug #43861 + +2008-02-10 Etienne Kneuss + + * ext/spl/spl_dllist.c: + Cosmetics, move stuff around, ws + +2008-02-10 Felipe Pena + + * ext/standard/file.c: + Fixed Bug #42229 (fgetcsv() behaves differently for a file containing '\n' + with php5 and php6) + + * ext/standard/tests/file/bug42229.phpt: + New test + + * ext/standard/file.c: + Fixed Bug #42163 (fgetcsv() gives different output with and without + Unicode) + 2008-02-09 Johannes Schlüter * ext/ldap/ldap.c: