We got a report from a user, his ISP has disabled ini_get() and mysql_list_dbs() for security reasons. Problem is, in this case, function_exists('ini_get') is true even if ini_get() is disabled. Comments? Marc