This is an old revision of the document!
<?php foreach (get_loaded_extensions() as $i ⇒ $ext) {
echo $ext .' => '. phpversion($ext). '<br/>';
}
phpinfo
This is an old revision of the document!
<?php foreach (get_loaded_extensions() as $i ⇒ $ext) {
echo $ext .' => '. phpversion($ext). '<br/>';
}