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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user