Skip to content

Commit e68eca2

Browse files
committed
Dump attach buffer
1 parent 327f69d commit e68eca2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

interbase.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1034,6 +1034,7 @@ int _php_ibase_attach_db(char **args, size_t *len, zend_long *largs, isc_db_hand
10341034
buf_len -= dpb_len;
10351035
#endif
10361036

1037+
fbp_dump_buffer(sizeof(dpb_buffer), dpb_buffer); // TODO: debug, remove
10371038
if (isc_attach_database(IB_STATUS, (short)len[DB], args[DB], db, (short)(dpb-dpb_buffer), dpb_buffer)) {
10381039
_php_ibase_error();
10391040
return FAILURE;

0 commit comments

Comments
 (0)