Rob Young schrieb:
Hi,
Is there a way to do this? It's currently looking in c:\WINNT\php.ini
but I want it looking in c:\Webserver\php5\php.ini
Thanks
Rob
Set the environment variable PHPRC to 'c:\Webserver\php5\php.ini' .
Hendrik
On Fri, 2004-07-30 at 04:05, Rob Young wrote:
> Hi,
>
> Is there a way to do this? It's currently looking in c:\WINNT\php.ini
> but I want it looking in c:\Webserver\php5\php.ini
>
> Thanks
> Rob
>
Rob,
Its a configure option (--with-config-file-path=) during configuration
and before compilin