From: Zak Greant Date: Thu, 30 Oct 2003 13:32:18 +0000 (+0000) Subject: Ensure that INI entries are unregistered on shutdown X-Git-Tag: php-5.0.0b3RC1~830 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8802c3ad8c3ceca7964da56026604d5ea0f988da;p=php Ensure that INI entries are unregistered on shutdown --- diff --git a/ext/mysqli/mysqli.c b/ext/mysqli/mysqli.c index 2c0b603323..a3ed8c3106 100644 --- a/ext/mysqli/mysqli.c +++ b/ext/mysqli/mysqli.c @@ -310,9 +310,7 @@ PHP_MINIT_FUNCTION(mysqli) */ PHP_MSHUTDOWN_FUNCTION(mysqli) { - /* uncomment this line if you have INI entries UNREGISTER_INI_ENTRIES(); - */ return SUCCESS; } /* }}} */