From: a dot stagl at gmx dot at
Operating system: Win2k
PHP version: 4.3.3
PHP Bug Type: DBM/DBA related
Bug description: Opening existing CDB does not work
Description:
------------
I'm trying to open the contacts-databse from a nokia 9210i mobile, but it
doesn't work.
Reproduce code:
---------------
$db_conn = dba_open("contacts.cdb","r","cdb");
if (!$db_conn) die ("opening failed");
$key = dba_firstkey ($db_conn);
while ($key != false)
{
echo $key."<br />";
echo dba_fetch ($key, $db_conn)."<br /><br />";
$key = dba_nextkey ($db_conn);
}
dba_close($db_conn);
Expected result:
----------------
...to get a list of key-value pairs.
Actual result:
--------------
The code didn't produce the expected output nor any error message. It
seems that the commands dba_firstkey and dba_nextkey always return false
instead of a key.
--
Edit bug report at http://bugs.php.net/?id=26035&edit=1
--
Try a CVS snapshot (php4): http://bugs.php.net/fix.php?id=26035&r=trysnapshot4
Try a CVS snapshot (php5): http://bugs.php.net/fix.php?id=26035&r=trysnapshot5
Fixed in CVS: http://bugs.php.net/fix.php?id=26035&r=fixedcvs
Fixed in release: http://bugs.php.net/fix.php?id=26035&r=alreadyfixed
Need backtrace: http://bugs.php.net/fix.php?id=26035&r=needtrace
Try newer version: http://bugs.php.net/fix.php?id=26035&r=oldversion
Not developer issue: http://bugs.php.net/fix.php?id=26035&r=support
Expected behavior: http://bugs.php.net/fix.php?id=26035&r=notwrong
Not enough info: http://bugs.php.net/fix.php?id=26035&r=notenoughinfo
Submitted twice: http://bugs.php.net/fix.php?id=26035&r=submittedtwice
register_globals: http://bugs.php.net/fix.php?id=26035&r=globals
PHP 3 support discontinued: http://bugs.php.net/fix.php?id=26035&r=php3
Daylight Savings: http://bugs.php.net/fix.php?id=26035&r=dst
IIS Stability: http://bugs.php.net/fix.php?id=26035&r=isapi
Install GNU Sed: http://bugs.php.net/fix.php?id=26035&r=gnused
Floating point limitations: http://bugs.php.net/fix.php?id=26035&r=float