From: Date: Sat, 6 Nov 1999 02:09:09 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: php-4.0b3_RC2~19 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b1f13fcc35ac735e2de3e85d9fae6a5c99be3db6;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index 9fc2c7bdc1..0eea1ef564 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,27 @@ +1999-11-05 Rasmus Lerdorf + + * ext/mysql/php_mysql.c: + We need to use mysql_field_count() instead of mysql_num_fields() if + we are using MySQL 3.22.24 or newer when we want to check a mysql struct + instead of a result struct. The reference is here: + http://www.mysql.com/Manual_chapter/manual_Clients.html#mysql_num_fields + +1999-11-05 Sam Ruby + + * main.c: configuration failures trap server + +1999-11-05 Rasmus Lerdorf + + * LICENSE: +1999-11-05 Thies C. Arntzen + + * ext/sybase/sybase.c: + (php3_sybase_get_column_content) initialize buffer before call to dbconvert() + +1999-11-05 changelog + + * ChangeLog: ChangeLog update + 1999-11-04 Andrei Zmievski * ext/standard/basic_functions.c: