ID: 16482
Updated by: [EMAIL PROTECTED]
Reported By: [EMAIL PROTECTED]
-Status: Open
+Status: Closed
Bug Type: DBM/DBA related
Operating System: linux
PHP Version: 4.0CVS-2002-04-07
New Comment:
This bug has been fixed in CVS.
Previous Comments:
------------------------------------------------------------------------
[2002-04-07 23:55:08] [EMAIL PROTECTED]
this change in dba_db2.c changed the behaviour of db_open so that it
fails on success
if(!(ret = db_open(info->path, type, gmode, filemode, NULL, NULL,
&dbp)))
became
if(db_open(info->path, type, gmode, filemode, NULL, NULL, &dbp)) {
seems to work ok if it is changed to !db_open(
http://cvs.php.net/diff.php/php4/ext/dba/dba_db2.c?r1=1.18&r2=1.19&ty=u&Horde=4af7943402097520ae8f0622dab6804b
------------------------------------------------------------------------
--
Edit this bug report at http://bugs.php.net/?id=16482&edit=1