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 b8dc02a commit f36d431Copy full SHA for f36d431
src/spx_php.c
@@ -125,22 +125,16 @@ static struct {
125
NULL
126
};
127
128
-static SPX_THREAD_TLS struct {
129
#if ZEND_MODULE_API_NO >= 20151012
+static SPX_THREAD_TLS struct {
130
void * (*malloc) (size_t size);
131
void (*free) (void * ptr);
132
void * (*realloc) (void * ptr, size_t size);
133
size_t (*block_size) (void * ptr);
134
-#else
135
- int unused;
136
-#endif
137
} ze_tls_hooked_func = {
138
-#if ZEND_MODULE_API_NO >= 20151012
139
NULL, NULL, NULL, NULL
140
141
- 0
142
143
+#endif
144
145
static SPX_THREAD_TLS struct {
146
struct {
0 commit comments