Hi,
in phpwizard.net's forum: --------- Hiyas,
Just a bug report that phpmyadmin 2.2.0 doesn't work with php4.0b3 ..
as far as i can figure, this is because the php function 'extension_loaded' (used in lib.inc.php) isn't supported below PHP 3.0.10 and under PHP 4.0b4
Cheers James QH -----------
Should we check if the function extension_loaded exists before calling it? Or is the @ enough? And should we do this for every PHP4-specific function we find in the code?
Marc