+----------------------------------------------------------------------+
*/
-#include "zend_ts_hash.h"
+#ifdef ZTS
+#include "zend_ts_hash.h"
/* ts management functions */
static void begin_read(TsHashTable *ht)
zend_hash_display(&(ht->hash));
end_read(ht);
}
-#endif
\ No newline at end of file
+#endif
+
+#endif /* ZTS */
#ifndef ZEND_TS_HASH_H
#define ZEND_TS_HASH_H
+#ifdef ZTS
+
#include "zend.h"
typedef struct _zend_ts_hashtable {
zend_ts_hash_init(ht, n, NULL, ZVAL_PTR_DTOR, persistent)
+#endif /* ZTS */
+
#endif /* ZEND_HASH_H */