|
Posted by C. on 09/18/07 15:14
On 18 Sep, 12:44, Erwin Moller
<Since_humans_read_this_I_am_spammed_too_m...@spamyourself.com> wrote:
> Hi,
>
> Why does phpinfo() show two locations for php.ini?
>
> This is what it says:
> Configuration File (php.ini) Path: C:\Windows
> Loaded Configuration File : C:\inetpub\php5\php.ini
>
> The 'Loaded Configuration File' is correct, that is where my php.ini is.
> I don't have a php.ini in C:\Windows
>
> Why not only show the used (loaded) location?
>
> The box in question: PHP5.2 on IIS7/Vista.
> In environment for 'PHPRC', the value 'C:\inetpub\php5'
>
> Regards,
> Erwin Moller
IIRC you can specify a search path at runtime - presumably this is C:
\Windows on your binary.
See http://www.php.net/manual/en/configuration.php
C.
[Back to original message]
|