|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[1998-07-02 12:18 UTC] rasmus
|
|||||||||||||||||||||||||||
Copyright © 2001-2026 The PHP GroupAll rights reserved. |
Last updated: Tue Jun 16 15:00:02 2026 UTC |
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