mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
Fixed resoure numbering
This commit is contained in:
parent
d406751e49
commit
87bfafe8bf
1 changed files with 1 additions and 0 deletions
|
@ -209,6 +209,7 @@ void plist_entry_destructor(zval *zv)
|
|||
int zend_init_rsrc_list(void)
|
||||
{
|
||||
zend_hash_init(&EG(regular_list), 8, NULL, list_entry_destructor, 0);
|
||||
EG(regular_list).nNextFreeElement = 0;
|
||||
return SUCCESS;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue