changelog Wed Dec 8 20:32:57 2004 EDT
Modified files:
/php-src ChangeLog
Log:
ChangeLog update
http://cvs.php.net/diff.php/php-src/ChangeLog?r1=1.1827&r2=1.1828&ty=u
Index: php-src/ChangeLog
diff -u php-src/ChangeLog:1.1827 php-src/ChangeLog:1.1828
--- php-src/ChangeLog:1.1827 Tue Dec 7 20:32:51 2004
+++ php-src/ChangeLog Wed Dec 8 20:32:56 2004
@@ -1,3 +1,71 @@
+2004-12-08 Ilia Alshanetsky <[EMAIL PROTECTED]>
+
+ * (PHP_4_3)
+ NEWS
+ ext/standard/file.c:
+ MFH: Fixed bug #31024 (Crash in fgetcsv() with negative length).
+
+2004-12-08 Frank M. Kromann <[EMAIL PROTECTED]>
+
+ * (PHP_4_3)
+ ext/mssql/config.m4:
+ MFH: Fix logic for file checking. Bug #31019
+
+ * (PHP_5_0)
+ ext/mssql/config.m4:
+ MFB: Fix logic for file checking. Bug #31019
+
+ * ext/mssql/config.m4:
+ Fix logic for file checking. Bug #31019
+
+2004-12-08 Joe Orton <[EMAIL PROTECTED]>
+
+ * acinclude.m4:
+ Fix VPATH build again.
+
+2004-12-08 Jani Taskinen <[EMAIL PROTECTED]>
+
+ * (PHP_4_3)
+ ext/mcve/config.m4
+ ext/mcve/config.m4:
+ MFH: Fix build. This was not supposed to halt configure if test fails.
+
+ * ext/mcve/config.m4:
+ Fix build. This was not supposed to halt configure if test fails.
+
+2004-12-08 Brad House <[EMAIL PROTECTED]>
+
+ * (PHP_4_3)
+ ext/mcve/config.m4
+ ext/mcve/mcve.c:
+ backport from 5.0/head. Newer versions of libmonetra broke compatability
+ with one function. Make workaround that detects version, and works with
+ both.
+
+ * (PHP_5_0)
+ ext/mcve/config.m4
+ ext/mcve/mcve.c:
+ backport from head. compatability fix with libmonetra 4.2 and higher
(still
+ works with older releases too).
+
+ * ext/mcve/config.m4
+ ext/mcve/mcve.c:
+ Newer versions of libmonetra broke compatability with one function. Make
+ workaround that detects version, and works with both.
+
+2004-12-08 Ilia Alshanetsky <[EMAIL PROTECTED]>
+
+ * (PHP_4_3)
+ configure.in
+ main/php_version.h:
+ Back to dev.
+
+ * (PHP_4_3)
+ NEWS
+ configure.in
+ main/php_version.h:
+ 4.3.10RC2
+
2004-12-07 Dmitry Stogov <[EMAIL PROTECTED]>
* ext/session/session.c
@@ -13846,7 +13914,7 @@
2004-03-18 Pierre-Alain Joye <[EMAIL PROTECTED]>
* ext/gd/tests/bug27582_2.phpt:
- - Fix the test description and $Id: ChangeLog,v 1.1827 2004/12/08
01:32:51 changelog Exp $
+ - Fix the test description and $Id: ChangeLog,v 1.1828 2004/12/09
01:32:56 changelog Exp $
2004-03-18 Derick Rethans <[EMAIL PROTECTED]>