]> granicus.if.org Git - php/commitdiff
ChangeLog update
author <changelog@php.net> <>
Mon, 11 Feb 2008 01:31:26 +0000 (01:31 +0000)
committer <changelog@php.net> <>
Mon, 11 Feb 2008 01:31:26 +0000 (01:31 +0000)
ChangeLog

index cc77b8da584b9aa4f4ea94e0a2cd2edfd681fd44..7be5229802605fedee2b9e37a9d75e2005fb4c74 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,37 @@
+2008-02-10  Johannes Schlüter  <johannes@schlueters.de>
+
+    * (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  <ilia@prohost.org>
+
+    * (PHP_5_3)
+      ext/mssql/php_mssql.c:
+      
+      Possible fix for bug #43861
+
+2008-02-10  Etienne Kneuss  <php@colder.ch>
+
+    * ext/spl/spl_dllist.c:
+      Cosmetics, move stuff around, ws
+
+2008-02-10  Felipe Pena  <felipensp@gmail.com>
+
+    * 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  <johannes@schlueters.de>
 
     * ext/ldap/ldap.c: