From: [EMAIL PROTECTED]
Operating system: Redhat Linux 6.2
PHP version: 4.1.1
PHP Bug Type: DBM/DBA related
Bug description: dba_popen replace inserts never get written.
$Key = "Dido";
$Value = "No Angel, Here With Me";
$bdb = dba_popen("cache.bdb","c","db2");
$OK = dba_replace($Key,$Value,$bdb);
dba_close($bdb);
The same code above which uses the non persistent dba_open method works
fine.
In the persistent connection shouldn't the dba_close flush any waiting
writes ?
Is this a real bug or is there something else I should do to force my
inserts/replaces to be written ?
- E.
--
Edit bug report at: http://bugs.php.net/?id=15287&edit=1
--
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]