[PHP-DEV] Bug #499: functions/db.c incorrect function call From: ggnet <email protected>
Date: 07/02/98

From: ggnet <email protected>
Operating system: Unixware 2.1.2
PHP version: 3.0 Final Release
PHP Bug Type: Compile Failure
Bug description:
Line 863 the argument "datum" passed to flatfile_findkey.
Supposed to be key_datum or value_datum

int flatfile_store(FILE *dbf, datum key_datum, datum value_datum, int mode) {
        int ret;

        if (mode == DBM_INSERT) {
              if (flatfile_findkey(dbf, datum)) {
                        return 1;
                }

my configure:
./configure --with-apache=../apache_1.3.0