[PHP] How to get information about the php installation

2002-02-26 Thread Andy

Hi there,

I saw on the website of my provider that he is displaying environment
variables about his php installation. Not only the version with phpversion()
but also about installed libraries etc..

Is there a function for that?

Thanx Andy



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




RE: [PHP] How to get information about the php installation

2002-02-26 Thread Jon Haworth

 I saw on the website of my provider that he is 
 displaying environment variables about his php 
 installation. Not only the version with phpversion()
 but also about installed libraries etc..

phpinfo();

HTH
Jon


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php