Missing Extensions


$ext"; } } if (count($problems) > 0) { echo("The following PHP extensions are required by litebans-php but were not found:
"); echo(implode("
", $problems)); $phpini = php_ini_loaded_file(); echo "These extensions can be enabled in php.ini.

"; echo "php.ini location: " . $phpini . "
"; echo "List of currently loaded extensions:"; echo(implode(', ', get_loaded_extensions())); } ?>

Try Again