helly           Sat Jan  8 08:34:05 2005 EDT

  Modified files:              
    /php-src/ext/mysqli mysqli.c 
  Log:
  - Remove double destroy (which is definitively wrong and prevents php from
    normal execution).
  
  
http://cvs.php.net/diff.php/php-src/ext/mysqli/mysqli.c?r1=1.59&r2=1.60&ty=u
Index: php-src/ext/mysqli/mysqli.c
diff -u php-src/ext/mysqli/mysqli.c:1.59 php-src/ext/mysqli/mysqli.c:1.60
--- php-src/ext/mysqli/mysqli.c:1.59    Fri Jan  7 11:34:55 2005
+++ php-src/ext/mysqli/mysqli.c Sat Jan  8 08:34:03 2005
@@ -15,7 +15,7 @@
   | Author: Georg Richter <[EMAIL PROTECTED]>                                |
   +----------------------------------------------------------------------+
 
-  $Id: mysqli.c,v 1.59 2005/01/07 16:34:55 georg Exp $ 
+  $Id: mysqli.c,v 1.60 2005/01/08 13:34:03 helly Exp $ 
 */
 
 #ifdef HAVE_CONFIG_H
@@ -579,7 +579,6 @@
 PHP_MSHUTDOWN_FUNCTION(mysqli)
 {
        zend_hash_destroy(&mysqli_driver_properties);
-       zend_hash_destroy(&mysqli_driver_properties);
        zend_hash_destroy(&mysqli_result_properties);
        zend_hash_destroy(&mysqli_stmt_properties);
        zend_hash_destroy(&mysqli_warning_properties);

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

Reply via email to