1
0
mirror of https://github.com/php/php-src.git synced 2026-03-28 10:12:18 +01:00

- Fix ZTS build

This commit is contained in:
Felipe Pena
2011-06-02 22:54:14 +00:00
parent d66e7291cd
commit 5ca0f69921

View 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);