Ensure that INI entries are unregistered on shutdown

This commit is contained in:
Zak Greant 2003-10-30 13:32:18 +00:00
parent 8f1f9b2f6d
commit 8802c3ad8c

View File

@ -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;
}
/* }}} */