Skip to content

Commit 126531a

Browse files
author
Ard Biesheuvel
committed
Make sure METADATALENGTH is defined (used by IB 7)
1 parent cb1e4ab commit 126531a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

ext/interbase/php_ibase_includes.h

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,10 @@
2929
#define SQLDA_CURRENT_VERSION SQLDA_VERSION1
3030
#endif
3131

32+
#ifndef METADATALENGTH
33+
#define METADATALENGTH 32
34+
#endif
35+
3236
#define RESET_ERRMSG do { IBG(errmsg)[0] = '\0'; IBG(sql_code) = 0; } while (0)
3337

3438
#define IB_STATUS (IBG(status))

0 commit comments

Comments
 (0)