Hi Jakub, 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 in the 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 needed with windows install part of the > PHPmanual > > > 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 only in Apache .exe file directory and C:\Windows > > (in this order). Maybe something can be changed to search php.ini in the > > same directories as php4ts.dll. > > It's the same with Apache 2 and PHP 4. > > Jakub Vrana
