We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee626ad commit df93649Copy full SHA for df93649
php_ibm_db2.h
@@ -36,6 +36,11 @@ extern zend_module_entry ibm_db2_module_entry;
36
#include <stdlib.h>
37
#include <sqlcli1.h>
38
39
+/* Needed for backward compatibility (IS_INTERNED not defined prior to PHP-5.4) */
40
+#ifndef IS_INTERNED
41
+#define IS_INTERNED(s) (0)
42
+#endif
43
+
44
/* needed for backward compatibility (SQL_XML not defined prior to DB2 v9) */
45
#ifndef SQL_XML
46
#define SQL_XML -370
0 commit comments