thanks for the quick clarifications to the new db_mysql. i see the 'explain' function was removed, ostensibly because of a security concern - now i'm trying to figure out how that created insecurity
anyways, thx for the update
oh, since it is disabled, you might want to change this line of code in admin/functions.php:
PHP Code:
$adminstats="PHP version $versionphp with $gziptext. [<a href=\"$PHP_SELF?explain=1\" target=\"_blank\">details</a>]";
to
PHP Code:
$adminstats="PHP version $versionphp $debugmode with $gziptext.";