[PHP-DEV] PHP 4.0 Bug #6929: DBA + Sleepycat 3.1 : unsupported btree version From: yann.romefort <email protected>
Date: 09/29/00

From: yann.romefort <email protected>
Operating system: Linux Redhat 6.1
PHP version: 4.0.2
PHP Bug Type: *General Issues
Bug description: DBA + Sleepycat 3.1 : unsupported btree version

PHP 4.0.2
Using dba extensions.
Sleepycat Db version 3.1.17

2 problems:

1- I get "Warning: driver initialization failed in /test.php on line X" when using "c" as opening mode in
dba_open. All works fine with "n".

2- Sleepycat DB utils like db_dump or db_stat report
"unsupported btree version number 8" with files created using dba extensions with db3 handler.

Note:

phpinfo states :
Configure command :'./configure' '--with-apache=../apache_1.3.12' '--with-mysql=/usr' '--with-db3=/usr/local/BerkeleyDB.3.1' '--enable-track-vars' '--enable-dba'

and

V1 ($Id: dba.c,v 1.21 2000/07/13 18:44:57 eschmid Exp $) db3

and

This is GDBM version 1.8.0, as of May 19, 1999.

also found in newsgroup:

http://marc.theaimsgroup.com/?l=php-db&m=96654552205276&w=2

http://marc.theaimsgroup.com/?l=php-db&m=96205537323789&w=2

-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: php-dev-unsubscribe <email protected>
For additional commands, e-mail: php-dev-help <email protected>
To contact the list administrators, e-mail: php-list-admin <email protected>