diff options
| author | <changelog@php.net> | 1999-11-06 02:09:09 +0000 |
|---|---|---|
| committer | <changelog@php.net> | 1999-11-06 02:09:09 +0000 |
| commit | b1f13fcc35ac735e2de3e85d9fae6a5c99be3db6 (patch) | |
| tree | 60e4d648b2bfd4ea7504853c6e2c74f8f4859a62 | |
| parent | abac416be782c7fa9e367eef0c001ffaa735710a (diff) | |
| download | php-git-b1f13fcc35ac735e2de3e85d9fae6a5c99be3db6.tar.gz | |
ChangeLog update
| -rw-r--r-- | ChangeLog | 24 |
1 files changed, 24 insertions, 0 deletions
@@ -1,3 +1,27 @@ +1999-11-05 Rasmus Lerdorf <rasmus@php.net> + + * 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 <rubys@us.ibm.com> + + * main.c: configuration failures trap server + +1999-11-05 Rasmus Lerdorf <rasmus@php.net> + + * LICENSE: +1999-11-05 Thies C. Arntzen <thies@digicol.de> + + * ext/sybase/sybase.c: + (php3_sybase_get_column_content) initialize buffer before call to dbconvert() + +1999-11-05 changelog <changelog@www> + + * ChangeLog: ChangeLog update + 1999-11-04 Andrei Zmievski <zmievski@ispi.net> * ext/standard/basic_functions.c: |
