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 8056ec0 commit 326ee71Copy full SHA for 326ee71
ibm_db2.c
@@ -61,12 +61,6 @@ return
61
62
#define ZEND_Z_TYPE_PP(entry) ZEND_Z_TYPE_P(*entry)
63
64
-#if PHP_VERSION_ID >= 70000 && PHP_VERSION_ID < 70300
65
-#define GC_ADDREF(p) ++GC_REFCOUNT(p)
66
-#define GC_DELREF(p) --GC_REFCOUNT(p)
67
-#define GC_SET_REFCOUNT(p, rc) GC_REFCOUNT(p) = rc
68
-#endif
69
-
70
/* True global resources - no need for thread safety here */
71
static int le_conn_struct, le_stmt_struct, le_pconn_struct;
72
0 commit comments