I would just use the phpinfo() function in a php document to check the php configuration. If you would like to see which apache modules are loaded, try httpd -l.
Wes ____________________________________ Wesley A. Wannemacher Instructor, Network Administrator Northwestern College [EMAIL PROTECTED] ____________________________________ -----Original Message----- From: Sven Gaerner [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 26, 2000 12:25 PM To: [email protected] Subject: PHP4 functions Hi, I installed Apache and PHP4 and several modules for PHP4. Everything works but I need to know if a special module is loaded. In the PHP4 Manual on the PHP website it says you can use the function bool extension_loaded(string module); When I tried this I received an error that I tried to call an undefined function. Did someone have an idea? Please CC possible answers to me because I'm not subscribed. Thanks. Bye, Sven -- Sent through GMX FreeMail - http://www.gmx.net -- Unsubscribe? mail -s unsubscribe [EMAIL PROTECTED] < /dev/null

