From: Date: Sat, 2 Dec 2000 02:09:17 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: php-4.0.4RC3~3 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d4b4ed35054de7b1c872891bd3c7ad12d4ddf173;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index 42359cb662..41b6e376f8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,78 @@ +2000-12-01 David Hedbor + + * sapi/caudium/config.m4: Minor cosmetic changes. + + * sapi/caudium/config.m4: More config.m4 fixes. + + * sapi/caudium/config.m4: + Updated config test to also work with debian pike 7 cvs etc. + +2000-12-01 Egon Schmid + + * ext/gmp/gmp.c + ext/hyperwave/hw.c: Fixed some protos. + +2000-12-01 Sterling Hughes + + * pear/DB/ibase.php: Small fix courtesy of Lauri Jesmin + +2000-12-01 Sascha Schumann + + * ext/skeleton/skeleton.c + ext/ext_skel + ext/skeleton/php_skeleton.h: + Get rid of HAVE_EXTNAME. This dates back to PHP 3 where source files + were unconditionally compiled. It is not necessary in PHP 4. + +2000-12-01 Egon Schmid + + * ext/fdf/fdf.c: Fixed some protos. + +2000-12-01 Sascha Schumann + + * stub.c: + Add newline. Recent GCC snapshots segfault, if the input file is completely + empty. Should I report this? This appears to be quite lame. + + * ext/dba/dba.c: + Please avoid potential buffer overflows in new code. If you deal + with strings, consider storing the string length along with the string + data. That will make your life easier. + + * ext/sockets/.cvsignore + ext/satellite/.cvsignore + ext/sablot/.cvsignore + ext/readline/.cvsignore + ext/posix/.cvsignore + ext/qtdom/.cvsignore + ext/ircg/.cvsignore + ext/ingres_ii/.cvsignore + ext/gmp/.cvsignore + ext/ctype/.cvsignore + ext/exif/.cvsignore + ext/bz2/.cvsignore + ext/bcmath/.cvsignore + ext/ext_skel: Remove *.o + +2000-12-01 Andi Gutmans + + * ext/swf/php_swf.h + ext/swf/swf.c: - Fix swf build issues from bug #7612 + - Not tested! Someone please compile it. + +2000-12-01 Frank M. Kromann + + * ext/standard/string.c: + Fixing bug 8061. Position counter starts a 0 but was compared with length. + oops. the fix should be made twice. + + * ext/standard/string.c: + Fixing bug 8061. Position counter starts a 0 but was compared with length. + +2000-12-01 Jani Taskinen + + * ext/dba/dba.c: Beautifying of phpinfo(). + 2000-11-30 Frank M. Kromann * ext/mssql/php_mssql.c: