php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #499 functions/db.c incorrect function call
Submitted: 1998-07-02 09:56 UTC Modified: 1998-07-02 12:18 UTC
From: ggnet at icon dot co dot za Assigned:
Status: Closed Package: Compile Failure
PHP Version: 3.0 Final Release OS: Unixware 2.1.2
Private report: No CVE-ID: None
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: ggnet at icon dot co dot za
New email:
PHP Version: OS:

 

 [1998-07-02 09:56 UTC] ggnet at icon dot co dot za
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

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [1998-07-02 12:18 UTC] rasmus
Aha..  Good catch.  Fixed.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Mar 29 05:01:28 2024 UTC