|
Posted by Andy Hassall on 10/11/89 11:36
On 4 Jan 2006 15:11:18 -0800, "awebguynow" <i_dvlp@hotmail.com> wrote:
>I don't think that's my case, because I can't find PHP5 in registry or
>any left-over ini's.
>This is a new PC that I use on the weekends mostly.
>
>The latest Pear version 1.4.5-I believe, also seems to have changed
>(written over) include_path and extension_dir settings of php.ini
>changing them to .;C:\php5 and C:\php5\ext when there is no dir
>or reference to php5 in ini's registry etc ( only C:\php )
If you're seeing these paths, it is more likely that it's not reading _any_
configuration data, and is instead falling back to these compiled-in defaults.
Check permissions, and the output of phpinfo() to see whether it's claiming to
see a configuration file.
--
Andy Hassall :: andy@andyh.co.uk :: http://www.andyh.co.uk
http://www.andyhsoftware.co.uk/space :: disk and FTP usage analysis tool
[Back to original message]
|