[PHP] php4apache2.dll

2003-07-17 Thread jsWalter
What part of phpinfo.php tells me that mod_php4 is loaded and running on my Apache2/PHP 4.3.2 Win 2k system? php.conf (apache conf): # Windows Win32 version LoadModule php4_module modules/php4apache2.dll LoadFile /etc/php/php4ts.dll NOTE: pls, no comments on the lack of volume letter,

Re: [PHP] php4apache2.dll

2003-07-17 Thread Evan Nemerson
Well if phpinfo.php looks like ?php phpinfo(); ?, and when you view it through the server you get tons of data, PHP is working. If you just get ?php phpinfo(); ?, it's not. On Thursday 17 July 2003 02:28 pm, jsWalter wrote: What part of phpinfo.php tells me that mod_php4 is loaded and

Re: [PHP] php4apache2.dll

2003-07-17 Thread jsWalter
Well, thanks Even, but my post stated what my phpinfo() was telling me was loading. My question is how can I tell if mod_php is running? Thanks anyway. Walter -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php