mirror of
https://github.com/php/php-src.git
synced 2026-03-24 00:02:20 +01:00
Fixed resoure numbering
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user