Re: [PHP] *.PHP save-as dialog

2002-11-06 Thread Chris Hewitt
Lee, I think its the AddType line for php that you want to take out of the IfDefine HTH Chris Lee Philip Reilly wrote: Thanks for your reply. I took out the following lines, and restarted Apache, but I still have the same problem... /IfDefine IfDefine HAVE_PHP LoadModule

Re: [PHP] *.PHP save-as dialog

2002-11-06 Thread Jason Wong
On Wednesday 06 November 2002 01:50, Lee Philip Reilly wrote: Thanks for your reply. I took out the following lines, and restarted Apache, but I still have the same problem... /IfDefine IfDefine HAVE_PHP LoadModule php_module modules/mod_php.so /IfDefine IfDefine

[PHP] *.PHP save-as dialog

2002-11-05 Thread Lee Philip Reilly
Hi there, I posted this message yesterday: -- I recently upgraded from PHP version 4.0-ish to 4.2.3 on my Linux/Apache machine. AFAIK, Apache is setup correctly (it serves HTML) and PHP works, but only from the command line. If I type php -q php.php test.html the output of phpinfo() is

Re: [PHP] *.PHP save-as dialog

2002-11-05 Thread Geoff Hankerson
Did you try getting rid of the IfDefine HAVE_PHP4 stuff? Lee Philip Reilly wrote: Hi there, I posted this message yesterday: -- I recently upgraded from PHP version 4.0-ish to 4.2.3 on my Linux/Apache machine. AFAIK, Apache is setup correctly (it serves HTML) and PHP works, but only

Re: [PHP] *.PHP save-as dialog

2002-11-05 Thread Lee Philip Reilly
Thanks for your reply. I took out the following lines, and restarted Apache, but I still have the same problem... /IfDefine IfDefine HAVE_PHP LoadModule php_module modules/mod_php.so /IfDefine IfDefine HAVE_PHP3 LoadModule php3_modulemodules/libphp3.so /IfDefine