RE: [PHP-DOC] Re: help needed with windows install part of the PHPmanual

2004-06-28 Thread Steph
erm.. it is? > -Original Message- > From: Jakub Vrana [mailto:[EMAIL PROTECTED] > Sent: 28 June 2004 17:16 > To: [EMAIL PROTECTED] > Subject: Re: [PHP-DOC] Re: help needed with windows install part of the > PHPmanual > > > Steph wrote: > > As I said befo

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

2004-06-28 Thread Jakub Vrana
Steph wrote: > As I said before - in SAPI installations PHP is not controlling the loading, > the server is. Therefore the php*ts.dll and php.ini need to be somewhere > that the server can find them - either in a pre-set PATH, or in a system > PATH (apparently this is not recommended for .dlls) or

RE: [PHP-DOC] Re: help needed with windows install part of the PHPmanual

2004-06-28 Thread Steph
server's bin directory/equivalent. Underlying library dlls also need to be visible to the server. HTH, - Steph > -Original Message- > From: Jakub Vrana [mailto:[EMAIL PROTECTED] > Sent: 28 June 2004 07:36 > To: [EMAIL PROTECTED] > Subject: Re: [PHP-DOC] Re: help

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

2004-06-28 Thread Jakub Vrana
Jakub Vrana wrote: > With my configuration (Apache 1, PHP 4, neither in PATH), php4ts.dll is > searched in PATH, in Apache .exe file directory and in php4apache.dll > directory (in PHP's directory). If php4ts.dll is located in any of these > directories, everything works. > php.ini is searched onl

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

2004-06-25 Thread Jakub Vrana
Gabor Hojtsy wrote: > Well, the problem is that Nuno reports that under Apache 2, the path of > the apache binary is used (the exe file path as you point out), so the > system searches for php4ts.dll and php.ini there. This is why it does > not work with side by side installation. You need to copy

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

2004-06-25 Thread Gabor Hojtsy
- people (Daniel Convissor) report that it is possible to not do this, but set PATH to include the PHP folder and the dlls folder below the PHP folder (for PHP 4) + set PHPRC You shouldn't even need to set PHPRC, as PHP should pick up the php.ini location from the location of the php DLL. (