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... > > > > > LoadModule php_module modules/mod_php.so > > > LoadModule php3_modulemod

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 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... LoadModule php_module modules/mod_php.so

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... LoadModule php_module modules/mod_php.so LoadModule php3_modulemodules/libphp3.so LoadModule php4_modulemodules/libphp4.so -

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

2002-11-05 Thread Geoff Hankerson
Did you try getting rid of the 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 from the command lin

[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 st