[PHP-DEV] Bug #10798: dba_open (mode "c") problem From: adrieder <email protected>
Date: 05/10/01

From: adrieder <email protected>
Operating system: Solaris 8 (Sparc)
PHP version: 4.0.5
PHP Bug Type: DBM/DBA related
Bug description: dba_open (mode "c") problem

<?php
$db = dba_open("/tmp/test.db", "c", "db3");
dba_insert ("key", "val", $db);
dba_close($db);
?>

If the db-file does not exist, the db will be created and the scripts runs without problems.

If teh db-file already exists I get:

"driver initialization failed..."

Configuration:
apache-1.3.19
php-4.0.5
db3 3.2.9

       ./configure\
        --without-mysql\
        --with-oci8 \
        --with-oracle\
        --with-imap\
        --with-ldap\
        --with-db3 \
        --enable-sysvsem\
        --enable-sysvshm\
        --with-mm=/usr/local\
        --enable-track-vars\
        --enable-trans-sid\
        --enable-shmop\
        --with-gd \
        --with-xpm-dir=/usr/local/lib \
        --with-jpeg-dir=/usr/local/lib \
        --enable-inline-optimization \
        --enable-bcmath \
        --with-gettext \
        --with-mcal=/usr/local/mcal \
        --with-mcrypt \
        --disable-debug \
        --with-apxs=/usr/local/apache/bin/apxs

-- 
Edit Bug report at: http://bugs.php.net/?id=10798&edit=1

-- 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>