mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
ZTS fix
This commit is contained in:
parent
77963c8d2b
commit
883e219bef
1 changed files with 1 additions and 1 deletions
|
@ -738,7 +738,7 @@ static void php_register_var(zval** entry PSLS_DC)
|
|||
zend_hash_internal_pointer_reset((*entry)->value.ht);
|
||||
|
||||
while(zend_hash_get_current_data((*entry)->value.ht, (void**)&value) == SUCCESS) {
|
||||
php_register_var(value);
|
||||
php_register_var(value PSLS_CC);
|
||||
zend_hash_move_forward((*entry)->value.ht);
|
||||
}
|
||||
} else {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue