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
Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know!
Just going to say 'Me too!'? Don't clutter the database with that please !
Your email address:
MUST BE VALID
Solve the problem:
32 - 22 = ?
Subscribe to this entry?

 
 [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: Thu Mar 28 17:01:29 2024 UTC