]> granicus.if.org Git - php/commitdiff
- Fix ZTS build
authorFelipe Pena <felipe@php.net>
Wed, 22 Jun 2011 15:12:47 +0000 (15:12 +0000)
committerFelipe Pena <felipe@php.net>
Wed, 22 Jun 2011 15:12:47 +0000 (15:12 +0000)
Zend/zend_hash.c

index 44313c55b6677cb5654c6f532828d801854a6d02..12aa28d906c473ddff87e48eb222084f3da3cf48 100644 (file)
@@ -368,6 +368,9 @@ ZEND_API int _zend_hash_index_update_or_next_insert(HashTable *ht, ulong h, void
 {
        uint nIndex;
        Bucket *p;
+#ifdef ZEND_SIGNALS
+       TSRMLS_FETCH();
+#endif
 
        IS_CONSISTENT(ht);
        CHECK_INIT(ht);