changelog Mon Feb 11 01:31:27 2008 UTC
Modified files:
/php-src ChangeLog
Log:
ChangeLog update
http://cvs.php.net/viewvc.cgi/php-src/ChangeLog?r1=1.2954&r2=1.2955&diff_format=u
Index: php-src/ChangeLog
diff -u php-src/ChangeLog:1.2954 php-src/ChangeLog:1.2955
--- php-src/ChangeLog:1.2954 Sun Feb 10 01:31:32 2008
+++ php-src/ChangeLog Mon Feb 11 01:31:26 2008
@@ -1,3 +1,37 @@
+2008-02-10 Johannes Schlüter <[EMAIL PROTECTED]>
+
+ * (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 <[EMAIL PROTECTED]>
+
+ * (PHP_5_3)
+ ext/mssql/php_mssql.c:
+
+ Possible fix for bug #43861
+
+2008-02-10 Etienne Kneuss <[EMAIL PROTECTED]>
+
+ * ext/spl/spl_dllist.c:
+ Cosmetics, move stuff around, ws
+
+2008-02-10 Felipe Pena <[EMAIL PROTECTED]>
+
+ * 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 <[EMAIL PROTECTED]>
* ext/ldap/ldap.c: