PHP Script to List Enabled Extensions

Create a php script with following content

";

foreach (get_loaded_extensions() as $extn) {
	echo $extn  . "\n";
}

See php

Need help with Linux Server or WordPress? We can help!

Leave a Reply

Your email address will not be published. Required fields are marked *