zak             Thu Oct 30 08:32:19 2003 EDT

  Modified files:              
    /php-src/ext/mysqli mysqli.c 
  Log:
  Ensure that INI entries are unregistered on shutdown
  
  
Index: php-src/ext/mysqli/mysqli.c
diff -u php-src/ext/mysqli/mysqli.c:1.16 php-src/ext/mysqli/mysqli.c:1.17
--- php-src/ext/mysqli/mysqli.c:1.16    Sat Sep  6 15:34:48 2003
+++ php-src/ext/mysqli/mysqli.c Thu Oct 30 08:32:18 2003
@@ -15,7 +15,7 @@
   | Author: Georg Richter <[EMAIL PROTECTED]>                                |
   +----------------------------------------------------------------------+
 
-  $Id: mysqli.c,v 1.16 2003/09/06 19:34:48 helly Exp $ 
+  $Id: mysqli.c,v 1.17 2003/10/30 13:32:18 zak Exp $ 
 */
 
 #ifdef HAVE_CONFIG_H
@@ -310,9 +310,7 @@
  */
 PHP_MSHUTDOWN_FUNCTION(mysqli)
 {
-       /* uncomment this line if you have INI entries
        UNREGISTER_INI_ENTRIES();
-       */
        return SUCCESS;
 }
 /* }}} */

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

Reply via email to