thetaphi                Thu Dec  4 04:00:25 2003 EDT

  Modified files:              
    /php-src/ext/standard       browscap.c 
  Log:
  MFB
  
Index: php-src/ext/standard/browscap.c
diff -u php-src/ext/standard/browscap.c:1.79 php-src/ext/standard/browscap.c:1.80
--- php-src/ext/standard/browscap.c:1.79        Wed Aug 13 18:31:22 2003
+++ php-src/ext/standard/browscap.c     Thu Dec  4 04:00:24 2003
@@ -16,7 +16,7 @@
    +----------------------------------------------------------------------+
  */
 
-/* $Id: browscap.c,v 1.79 2003/08/13 22:31:22 wez Exp $ */
+/* $Id: browscap.c,v 1.80 2003/12/04 09:00:24 thetaphi Exp $ */
 
 #include "php.h"
 #include "php_regex.h"
@@ -149,7 +149,7 @@
                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;
                }
 

-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to