At 21:59 22.03.2003, Vincent M. said: --------------------[snip]-------------------- >Yes I know but my aim is to make a php script which checks automaticly >if the php and the shell functions I need are available. --------------------[snip]--------------------
You can use function_exists() and class_exists() o test against needed implementations. Some extensions may have functions returning the installed version as well. -- >O Ernest E. Vogelsinger (\) ICQ #13394035 ^ http://www.vogelsinger.at/ -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php