Re: [PHP-INST] Re: [PHP] trouble getting .php3 files to work in php4.0.4pl1 (static)

2001-02-23 Thread Geordon VanTassle
Find the "DirectoryIndex" line and add "index.php3" to it in the httpd.conf HTH, Geordon - Original Message - From: "Hunter Kelly" <[EMAIL PROTECTED]> To: "Hoover, Josh" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Friday, February 23, 2001 9:22 AM Subject: [PHP

Re: [PHP-INST] trouble getting .php3 files to work in php4.0.4pl1 (static)

2001-02-23 Thread Geordon VanTassle
As to the WHY, well, the file extensions are different. It's like the difference between a .DOC file and a .TXT file and a .RTF file. They're all different, and the parser/executable uses the extension to tell it what to expect. Also, after you make changes to your httpd.conf make sure that you

Re: [PHP-INST] Unable to read PHP scripts

2001-02-01 Thread Geordon VanTassle
That sounds like you need to check for the existance of a line like the following in your httpd.conf: AddType application/x-httpd-php .php .phtml .php3 .html That line tells Apache to recognise that there is PHP scripting in files with the extensions .php .phtml .php3 and .html Your precise sel

Re: [PHP-INST] fix me!

2001-01-17 Thread Geordon VanTassle
Try: ./configure --prefix=/opt --enable-inline-optimization --with-mysql=/usr/local/mysql . Note that last one is ***MYSQL*** not **MSQL*** Let us know if THAT works! HTH,Geordon >> Original Message << On 1/17/01, 11:41:09 AM, "David W. E-mail" <[EMAIL PR

[PHP-INST] INstalling php3.0.18 AND php4.0.4 concurrently?

2001-01-11 Thread Geordon VanTassle
I seem to be having a problem getting these installed concurrently. I can install each of them separately, as a static module. I Can install php 4.0.4 as a DSO fine. But when I try to install php 3.0.18 as a DSO, it causes something to segfault. Do I *have* to install them as DSO or can I in