Re: [PHP-INST] PHP install problems

2003-04-12 Thread David Fleming
Unfortunately not. I was hunting all over the internet and came upon this information in another posting area kind of like this one. I tried what was suggested, and it worked. At this point I quit worrying about it. If I find it again I will post it. Jacob Marble wrote: > This is > > version 4

Re: [PHP-INST] PHP install problems

2003-04-12 Thread David Fleming
The msi file is all that is needed. It will write over anything that was there previously when you run it so don't worry about deleting the files there before. Acorn Tutors wrote: > Can anyone suggest how to install php on WinXP pro and make it work. Can > anyone help me with what extensions need

Re: [PHP-INST] PHP install problems

2003-04-12 Thread David Fleming
The latest version of PHP works on Windows XP (that is what I have). This is version 4.3.2RC1 (the one before it had a defective file that made me crazy for a week). I have Apache 1.3.22 as a server (which is free if you don't have it). Copy and modify the php.ini-recommended and rename it to php.i

RE: [PHP-INST] PHP Install Problems W/FrontPage

2003-01-13 Thread Martin DiViaio
D]>, > "'Timothy Hitchens (HiTCHO)'" <[EMAIL PROTECTED]> > Cc: [EMAIL PROTECTED] > X-Spam-Status: No, hits=-4.4 required=7.0 tests=IN_REP_TO version=2.20 > Subject: RE: [PHP-INST] PHP Install Problems W/FrontPage > > You need to do a cvsup on yo

RE: [PHP-INST] PHP Install Problems W/FrontPage

2003-01-12 Thread Timothy Hitchens \(HiTCHO\)
[EMAIL PROTECTED]] > Sent: Monday, 13 January 2003 8:43 AM > To: Timothy Hitchens (HiTCHO) > Cc: [EMAIL PROTECTED] > Subject: RE: [PHP-INST] PHP Install Problems W/FrontPage > > > > > My own compile, both Apache and PHP. The ports

RE: [PHP-INST] PHP Install Problems W/FrontPage

2003-01-12 Thread Martin DiViaio
t;[EMAIL PROTECTED]>, [EMAIL PROTECTED] > X-Spam-Status: No, hits=-4.4 required=7.0 tests=IN_REP_TO version=2.20 > Subject: RE: [PHP-INST] PHP Install Problems W/FrontPage > > Did you install using ports/packages or your own compile under FreeBSD?? > > > Timothy Hitchens

RE: [PHP-INST] PHP Install Problems W/FrontPage

2003-01-12 Thread Timothy Hitchens \(HiTCHO\)
Did you install using ports/packages or your own compile under FreeBSD?? Timothy Hitchens (HiTCHO) Open Platform Consulting e-mail: [EMAIL PROTECTED] > -Original Message- > From: Martin DiViaio [mailto:[EMAIL PROTECTED]] > Sent: Monday, 13 January 2003 8:05 AM > To: [EMAIL PROTECTED] >

Re: [PHP-INST] php install problems

2002-11-05 Thread Michael Lougee
I think your Apache ./configure is missing a parameter in order to use php as a DSO, which it looks like your trying to do. Try ./configure --prefix=[path] --enable-module=so where [path] is where you want the apache installation to go. New at this, just a supposition, worked for me :). Mike