php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Request #313 Berkeley DB Support
Submitted: 1998-04-25 06:18 UTC Modified: 1999-02-27 12:18 UTC
From: PaulMatthews at yahoo dot com Assigned: jim (profile)
Status: Closed Package: Feature/Change Request
PHP Version: 3.0 Release Candidate 4 OS: Linux
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: PaulMatthews at yahoo dot com
New email:
PHP Version: OS:

 

 [1998-04-25 06:18 UTC] PaulMatthews at yahoo dot com
Support in PHP for Berkeley DB databases.  Mostly because
apache looks in them for authenication purposes and php 
cannot read/write them.

--
Paul Matthews

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [1999-02-27 12:18 UTC] eschmid
PHP3 does support the Berkeley db library, but it
prefers the GDBM library if it is installed. You
can force it to use the Berkeley db library by
editing the config.cache file and make sure this
line says 'no' instead of 'yes':

ac_cv_lib_gdbm_gdbm_open=${ac_cv_lib_gdbm_gdbm_open=no}

(Yes, this is a hack. Eventually someone will make it
possible to specify your preference on the configure
command line.)

jim

To have a more flexible selection for DBM databases is on the TODO
list 

-Egon
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Apr 19 07:01:27 2024 UTC