1
0
mirror of https://github.com/php/php-src.git synced 2026-03-26 01:02:25 +01:00
This commit is contained in:
Uwe Schindler
2003-12-04 09:00:24 +00:00
parent a07650e78d
commit ae4e11d861

View File

@@ -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;
}