Date: 07/02/98
- Next message: ggnet <email protected>: "[PHP-DEV] Bug #500: /constants.h need a empty line at EOF"
- Previous message: Stig S. Bakken: "Re: [PHP-DEV] Bug #498: ImageTTFBBox returns negative values"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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
- Next message: ggnet <email protected>: "[PHP-DEV] Bug #500: /constants.h need a empty line at EOF"
- Previous message: Stig S. Bakken: "Re: [PHP-DEV] Bug #498: ImageTTFBBox returns negative values"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

