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
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
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

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [1998-07-02 12:18 UTC] rasmus
Aha..  Good catch.  Fixed.
 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Wed Jul 02 01:01:34 2025 UTC