Home > Archive > PHP Documentation > June 2004 > Re: [PHP-DOC] Re: help needed with windows install part of the PHPmanual
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Re: [PHP-DOC] Re: help needed with windows install part of the PHPmanual
|
|
| Jakub Vrana 2004-06-28, 8:57 am |
| 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
| |
|
| 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:vrana@php.net]
> Sent: 28 June 2004 07:36
> To: phpdoc@lists.php.net
> Subject: Re: [PHP-DOC] Re: help needed with windows install part of the
> PHPmanual
>
>
> Jakub Vrana wrote:
>
>
> It's the same with apache 2 and PHP 4.
>
> Jakub Vrana
| |
| Jakub Vrana 2004-06-28, 4:07 pm |
| Steph wrote:
> As I said before - in SAPI installations PHP is not controlling the loadi=
ng,
> 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.
OK. But if php4ts.dll is searched in PATH + 2 other directories, why
shouldn't be php.ini searched on the same places?
Jakub Vrana
| |
|
| erm.. it is?
> -----Original Message-----
> From: Jakub Vrana [mailto:vrana@php.net]
> Sent: 28 June 2004 17:16
> To: phpdoc@lists.php.net
> Subject: Re: [PHP-DOC] Re: help needed with windows install part of the
> PHPmanual
>
>
> Steph wrote:
> the loading,
> somewhere
> server's bin
> visible to
>
> OK. But if php4ts.dll is searched in PATH + 2 other directories, why
> shouldn't be php.ini searched on the same places?
>
> Jakub Vrana
|
|
|
|
|