ZEND_API const zend_fcall_info_cache empty_fcall_info_cache = { 0, NULL, NULL, NULL, NULL };
#ifdef ZEND_WIN32
-static ZEND_TLS HANDLE tq_timer = NULL;
+ZEND_TLS HANDLE tq_timer = NULL;
#endif
#if 0&&ZEND_DEBUG
#define ZEND_VALID_SOCKET(sock) ((sock) >= 0)
#endif
-#ifdef ZTS
-#define ZEND_TLS TSRM_TLS
-#else
-#define ZEND_TLS
-#endif
-
#endif /* ZEND_PORTABILITY_H */
/*
typedef intptr_t zend_intptr_t;
typedef uintptr_t zend_uintptr_t;
+#ifdef ZTS
+#define ZEND_TLS static TSRM_TLS
+#else
+#define ZEND_TLS static
+#endif
+
typedef struct _zend_object_handlers zend_object_handlers;
typedef struct _zend_class_entry zend_class_entry;
typedef union _zend_function zend_function;