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

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 is 1 diff reported by users for this test.

Count Diff
1 (100%)
001+ call implies an access method which is inconsistent with previous calls
002+ illegal flag specified to DB->rename
003+ DB->cursor: method not permitted before handle's open method
004+
005+ Warning: dba_popen(/LFSext/srcLanguages/PHP/php-5.4.2/ext/dba/tests/test0.dbm,c): Driver initialization failed for handler: db4: Invalid argument in %s/bug36436.php on line 6
001- resource(%d) of type (dba persistent)
002- string(3) "XYZ"
003- string(1) "X"
004- string(1) "Y"
005- ===DONE===
006+
007+ Warning: dba_insert() expects parameter 3 to be resource, boolean given in %s/bug36436.php on line 8
008+
009+ Warning: dba_insert() expects parameter 3 to be resource, boolean given in %s/bug36436.php on line 9
010+
011+ Warning: dba_fetch() expects parameter 2 to be resource, boolean given in %s/bug36436.php on line 11
012+ bool(false)
013+ NULL
014+
015+ Warning: dba_firstkey() expects parameter 1 to be resource, boolean given in %s/bug36436.php on line 13
016+ NULL
017+
018+ Warning: dba_nextkey() expects parameter 1 to be resource, boolean given in %s/bug36436.php on line 14
019+ NULL
020+
021+ Warning: dba_close() expects parameter 1 to be resource, boolean given in %s/bug36436.php on line 16
022+ ===DONE===