Browse Source

Ensure that INI entries are unregistered on shutdown

PEAR_1_4DEV
Zak Greant 23 years ago
parent
commit
8802c3ad8c
  1. 2
      ext/mysqli/mysqli.c

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

Loading…
Cancel
Save