|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2002-04-08 02:37 UTC] derick@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Sun Nov 02 05:00:01 2025 UTC |
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