Test: /ext/dba/tests/bug36436.phpt - Version 5.5.10        

Bug #36436 DBA problem with Berkeley DB4
Submitted: 2006-02-17 23:42:52 Modified: 2006-02-18 18:11:24
From: nobody Assigned: helly
Status: Closed Package: DBM/DBA related
PHP Version: 5.1.2 OS: *

There are 3 different diffs reported by users for this test.

Count Diff
6 (75%)
003+
004+ Notice: dba_firstkey(): illegal flag specified to DBcursor->del in %s/bug36436.php on line 13
005+ bool(false)
006+
007+ Notice: dba_nextkey(): illegal flag specified to DBcursor->del in %s/bug36436.php on line 14
008+ bool(false)
009+
010+ Notice: dba_close(): illegal flag specified to DBcursor->put in %s/bug36436.php on line 16
003- string(1) "X"
004- string(1) "Y"
1 (13%)
001+ DB->get_multiple: method not permitted before handle's open method
001- resource(%d) of type (dba persistent)
002- string(3) "XYZ"
003- string(1) "X"
004- string(1) "Y"
005- ===DONE===
1 (13%)
001+ At least one secondary cursor must be specified to DB->join
002+ Segmentation fault (core dumped)
001- resource(%d) of type (dba persistent)
002- string(3) "XYZ"
003- string(1) "X"
004- string(1) "Y"
005- ===DONE===