]> granicus.if.org Git - php/commitdiff
Ensure that INI entries are unregistered on shutdown
authorZak Greant <zak@php.net>
Thu, 30 Oct 2003 13:32:18 +0000 (13:32 +0000)
committerZak Greant <zak@php.net>
Thu, 30 Oct 2003 13:32:18 +0000 (13:32 +0000)
ext/mysqli/mysqli.c

index 2c0b603323f66a07253337cf83e9a2aee4f16554..a3ed8c3106b7bd06ec57472d99844de029f5ea26 100644 (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;
 }
 /* }}} */