]> granicus.if.org Git - php/commitdiff
MFB
authorUwe Schindler <thetaphi@php.net>
Thu, 4 Dec 2003 09:00:24 +0000 (09:00 +0000)
committerUwe Schindler <thetaphi@php.net>
Thu, 4 Dec 2003 09:00:24 +0000 (09:00 +0000)
ext/standard/browscap.c

index 74f277dc0a6a638a5562945bb0177322cbe71555..a6fdfd3bb06e89561d3ad3a6849c37f3240e098b 100644 (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;
                }