RE: FW: [PHP-DOC] help needed with windows install part of the PHP manual

2004-06-21 Thread Frank M. Kromann
> > Following discussion on irc, we're now waiting for Canada to come online so > that Frank can explain how he has his sapi installations working without > using PATH.. Canada or California thats almost the same exect for the temperature and the amount of sunlight we get:-) I'm using ispi only

Re: FW: [PHP-DOC] help needed with windows install part of the PHP manual

2004-06-21 Thread Gabor Hojtsy
Following discussion on irc, we're now waiting for Canada to come online so that Frank can explain how he has his sapi installations working without using PATH.. (in which case Edin's right - but what do the majority of new users install? cgi or sapi?) Here is the code which generates the Windows i

RE: FW: [PHP-DOC] help needed with windows install part of the PHP manual

2004-06-21 Thread Steph
> > Yes; but apart from the Apache module case, the 'all in one > dir' setup is > > also valid for all uses, and far more simple. Is there a good > reason why > > we should advocate a more complex installation process simply to > > accommodate PHP run as an Apache module? > > Its actually the othe

Re: FW: [PHP-DOC] help needed with windows install part of the PHP manual

2004-06-21 Thread Edin Kadribasic
On Monday 21 June 2004 13:08, Steph wrote: > > This is not really correct. First of all my instructions were > > valid for all > > web servers, including Apache, IIS, and even cgi/cli usage. > > Yes; but apart from the Apache module case, the 'all in one dir' setup is > also valid for all uses, and

RE: FW: [PHP-DOC] help needed with windows install part of the PHP manual

2004-06-21 Thread Steph
> This is not really correct. First of all my instructions were > valid for all > web servers, including Apache, IIS, and even cgi/cli usage. Yes; but apart from the Apache module case, the 'all in one dir' setup is also valid for all uses, and far more simple. Is there a good reason why we shoul

Re: FW: [PHP-DOC] help needed with windows install part of the PHP manual

2004-06-21 Thread Edin Kadribasic
On Monday 21 June 2004 12:01, Steph wrote: > In order to install PHP so that it could be run as one of several PHP > installations, you would install to a single directory, keeping the .ini > and all other files related to that installation together, and configure > your server to point toward the

FW: [PHP-DOC] help needed with windows install part of the PHP manual

2004-06-21 Thread Steph
I'll clarify that, I smell confusion. In order to install PHP so that it could be run as one of several PHP installations, you would install to a single directory, keeping the .ini and all other files related to that installation together, and configure your server to point toward the installation

FW: [PHP-DOC] help needed with windows install part of the PHP manual

2004-06-19 Thread Steph
Aha, got it.. kind of. Apache's doing the loading, and it understands its own local path as default. So if you want to avoid setting a universal path (e.g. use system paths or creating one for PHP generically) so that you can run more than one version of PHP silmultaneously, you'd need to do some

Re: FW: [PHP-DOC] help needed with windows install part of the PHP manual

2004-06-19 Thread Gabor Hojtsy
ps what's PHPRC? An environment varibale you can set to specify the path where php[-sapiname].ini should be searched for. Goba

FW: [PHP-DOC] help needed with windows install part of the PHP manual

2004-06-19 Thread Steph
ps what's PHPRC? -Original Message- From: Steph [mailto:[EMAIL PROTECTED] Sent: 19 June 2004 14:17 To: Gabor Hojtsy; PHPdoc; Wez Furlong; [EMAIL PROTECTED] Subject: RE: [PHP-DOC] help needed with windows install part of the PHP manual > - the current Windows docs suggest users to copy