From: [EMAIL PROTECTED] Operating system: Linux PHP version: 4.1.1 PHP Bug Type: DBM/DBA related Bug description: dba_firstkey() isn't returning the first key
Using dba with the gdbm backend. Creating a new database and inserting 10 values. When I go to look at that database using a dba_firstkey() followed by a series of dba_nextkey() calls, I do not get back all the data. If I ask for specific keys that did not show up, they exist and have data. Any ideas? -- Edit bug report at http://bugs.php.net/?id=15664&edit=1 -- Fixed in CVS: http://bugs.php.net/fix.php?id=15664&r=fixedcvs Fixed in release: http://bugs.php.net/fix.php?id=15664&r=alreadyfixed Need backtrace: http://bugs.php.net/fix.php?id=15664&r=needtrace Try newer version: http://bugs.php.net/fix.php?id=15664&r=oldversion Not developer issue: http://bugs.php.net/fix.php?id=15664&r=support Expected behavior: http://bugs.php.net/fix.php?id=15664&r=notwrong Not enough info: http://bugs.php.net/fix.php?id=15664&r=notenoughinfo Submitted twice: http://bugs.php.net/fix.php?id=15664&r=submittedtwice
