From 8802c3ad8c3ceca7964da56026604d5ea0f988da Mon Sep 17 00:00:00 2001 From: Zak Greant Date: Thu, 30 Oct 2003 13:32:18 +0000 Subject: [PATCH] Ensure that INI entries are unregistered on shutdown --- ext/mysqli/mysqli.c | 2 -- 1 file changed, 2 deletions(-) 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; } /* }}} */ -- 2.50.1