From f5bec86645de04f8bf5ca94c80f6596f9754d0db Mon Sep 17 00:00:00 2001 From: Date: Thu, 1 Feb 2001 02:09:11 +0000 Subject: [PATCH] ChangeLog update --- ChangeLog | 69 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 69 insertions(+) diff --git a/ChangeLog b/ChangeLog index 50bfdb7117..91f0e9ccda 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,72 @@ +2001-01-31 Egon Schmid + + * ext/mysql/php_mysql.c: Only two lines are allowed here. + +2001-01-31 Sean Bright + + * ext/mysql/php_mysql.c + ext/mysql/php_mysql.h: Added the mysql_get_*_info() functions. + +2001-01-31 Andi Gutmans + + * ext/standard/scanf.c + ext/ingres_ii/ii.c + ext/mysql/php_mysql.c + ext/pgsql/pgsql.c: + - Change unset() functions to null(). unset() is legacy + +2001-01-31 Chuck Hagenbuch + + * pear/HTTP.php: + use $HTTP_SERVER_VARS, in case register_globals is Off, and use !empty() + instead of just if () to avoid errors. + +2001-01-31 Daniel Beulshausen + + * win32/php_modules.dsw: add iconv and ming + + * ext/ming/ming.dsp + ext/ming/php_ming.h: nuke warning, and add dsp + + * ext/pdf/pdf.c: fix typo + + * ext/iconv/iconv.c + ext/iconv/iconv.dsp: make iconv compile under win32 using libiconv + +2001-01-31 Sergey Kartashoff + + * ext/mnogosearch/README + ext/mnogosearch/config.m4 + ext/mnogosearch/php_mnogo.c + ext/mnogosearch/php_mnogo.h + ext/mnogosearch/setup.stub + ext/mnogosearch/test.php: Added search cache and track query features. + +2001-01-31 James Moore + + * RELEASE_PROCESS: + Adding readme for release process, this needs to live somewhere and here seems as good a place as any. + +2001-01-31 Harald Radi + + * ext/com/conversion.c: added currency, date, IUnknown and NULL datatypes + +2001-01-31 Uwe Steinmann + + * NEWS: - note about change of pdf api + +2001-01-31 Stig Bakken + + * pear/PEAR.php.in: whitespace + +2001-01-31 Sean Bright + + * ext/mysql/php_mysql.c: Fixed conditional. + + * ext/mysql/php_mysql.c: + Fix for bug #8991. mysql_field_type() now returns "year" for columns of + type YEAR. + 2001-01-30 Adam Dickmeiss * ext/yaz/README -- 2.50.1