[PHP-DEV] Bug #313 Updated: Berkeley DB Support From: Bug Database (php-dev <email protected>)
Date: 02/27/99

ID: 313
Updated by: eschmid
Reported By: PaulMatthews <email protected>
Status: Closed
Bug Type: Feature/Change Request
Assigned To: jim
Comments:

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

Full Bug description available at: http://ca.php.net/bugs.php3?id=313

--
PHP Development Mailing List   http://www.php.net/
To unsubscribe send an empty message to php-dev-unsubscribe <email protected>
For help: php-dev-help <email protected>