Skip to content

Commit 16896a5

Browse files
committed
Disable notice for now
1 parent aeffd3d commit 16896a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ibase_query.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2184,7 +2184,7 @@ static int _php_ibase_fetch_query_res(zval *from, ibase_query **ib_query)
21842184

21852185
if(*ib_query == NULL) {
21862186
// TODO: throw something or not? notice? warning?
2187-
php_error_docref(NULL, E_NOTICE, "query already freed");
2187+
// fbp_notice("query already freed");
21882188
return FAILURE;
21892189
}
21902190

0 commit comments

Comments
 (0)