mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
MFH (and build fix)
This commit is contained in:
parent
3762dfc09f
commit
f1bcbb97ea
1 changed files with 1 additions and 1 deletions
|
@ -102,7 +102,7 @@ static int LoadDirectory(HashTable *directories, HKEY key, char *path, int path_
|
||||||
zend_hash_get_current_key_ex(parent_ht, &index, &index_len, &num, 0, &pos) == HASH_KEY_IS_STRING;
|
zend_hash_get_current_key_ex(parent_ht, &index, &index_len, &num, 0, &pos) == HASH_KEY_IS_STRING;
|
||||||
zend_hash_move_forward_ex(parent_ht, &pos)) {
|
zend_hash_move_forward_ex(parent_ht, &pos)) {
|
||||||
if (zend_hash_add(ht, index, index_len, data, sizeof(zval*), NULL) == SUCCESS) {
|
if (zend_hash_add(ht, index, index_len, data, sizeof(zval*), NULL) == SUCCESS) {
|
||||||
(*data)->refcount++;
|
Z_ADDREF_PP(data);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue