Hallo Sonia,
muß gestehen, hatte mich vertan.
(aus PHP-Doku)
<?php
// Show all information, defaults to INFO_ALL
phpinfo();
// Show just the module information.
// phpinfo(8) yields identical results.
phpinfo(INFO_MODULES);
?>
Hatte aus dem Stegreif einen Unterstrich zu viel.
Gruß aus Wurzburg
Julian