Skip to content

Commit f78caff

Browse files
author
Sascha Schumann
committed
merge in change from php3
1 parent b33d0fd commit f78caff

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ext/dba/dba.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -308,6 +308,7 @@ static void _php3_dba_open(INTERNAL_FUNCTION_PARAMETERS, int persistent)
308308
info->mode = modenr;
309309
info->argc = ac - 3;
310310
info->argv = args + 3;
311+
info->hnd = NULL;
311312

312313
if(hptr->open(info) != SUCCESS) {
313314
dba_close(info);

0 commit comments

Comments
 (0)