From 6ac8281cf43f1672e522cb65266d94a3adf85bed Mon Sep 17 00:00:00 2001 From: Date: Sun, 22 Oct 2000 01:09:11 +0000 Subject: [PATCH] ChangeLog update --- ChangeLog | 75 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 75 insertions(+) diff --git a/ChangeLog b/ChangeLog index 5fcb00f5f1..84b510084e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,78 @@ +2000-10-21 Daniel Beulshausen + + * ext/oci8/oci8.c: added missing def. + +2000-10-21 Andi Gutmans + + * ext/zlib/zlib.c: + - including php.h automatically includes the PHP config file. + +2000-10-21 Stig Venaas + + * ext/standard/array.c: + Made array_unique use array_type_data_compare instead of array_data_compare + + * ext/standard/array.c: + Added array_type_data_compare which is like array_data_compare but + compares type first. Also rewrote array_intersect and array_diff, + so that the order is not changed. + +2000-10-21 Daniel Beulshausen + + * ext/interbase/interbase.c: i'm sure this should be ibase_query :) + + * ext/zlib/zlib.c: i can find no php_config.h on win32 :) + +2000-10-21 Sascha Schumann + + * genfiles: + Save url_scanner_ex.c and don't require re2c to be installed on + the release/snapshot machine. + +2000-10-21 Daniel Beulshausen + + * win32/php_modules.dsw + ext/yaz/php_yaz.c + ext/yaz/yaz.dsp: made yaz compile under windows + +2000-10-21 Rasmus Lerdorf + + * ext/gd/config.m4: + Fix annoying $withval interaction in GD configure stuff + + * ext/dba/dba.c: Gremlins? + +2000-10-21 Andreas Karajannis + + * ext/odbc/config.m4: Config Patch for DBMaker + +2000-10-21 Daniel Beulshausen + + * win32/php_modules.dsw: + added bz2 and removed ZendTS (not really nedded here) + + * ext/bz2/bz2.dsp: forgot to add + + * ext/bz2/bz2.c: made bz2 compile under win32 + + * ext/mysql/libmysql/config-win.h + ext/mysql/libmysql/libmysql.dsp: make libmysql compile under win + +2000-10-21 Sebastian Bergmann + + * ext/mysql/libmysql/libmysql.dsp: + Removed files from Win32 workspace that were removed in libmysql 3.23 + +2000-10-21 Nikos Mavroyanopoulos + + * NEWS: more news + +2000-10-21 Jani Taskinen + + * ext/dba/config.m4: + Now checks that the library really exists even if path is specified as /usr + PR: 7358 + 2000-10-20 Sascha Schumann * NEWS: test commit -- 2.50.1