Create a php script with following content
";
foreach (get_loaded_extensions() as $extn) {
echo $extn . "\n";
}
Visited 1 times, 1 visit(s) today
Create a php script with following content
";
foreach (get_loaded_extensions() as $extn) {
echo $extn . "\n";
}