mirror of
https://github.com/php/php-src.git
synced 2025-08-21 01:45:16 +02:00
MFB
This commit is contained in:
parent
a07650e78d
commit
ae4e11d861
1 changed files with 1 additions and 1 deletions
|
@ -149,7 +149,7 @@ PHP_MINIT_FUNCTION(browscap)
|
|||
zend_file_handle fh;
|
||||
memset(&fh, 0, sizeof(fh));
|
||||
|
||||
if (zend_hash_init(&browser_hash, 0, NULL, (dtor_func_t) browscap_entry_dtor, 1)==FAILURE) {
|
||||
if (zend_hash_init_ex(&browser_hash, 0, NULL, (dtor_func_t) browscap_entry_dtor, 1, 0)==FAILURE) {
|
||||
return FAILURE;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue