On Mon, July 10, 2006 8:17 am, Robert Hicks wrote:
> include_path  .;C:\php5\pear  .;C:\php5\pear
>
> I have PHP5 sure but it is in C:\PHP. I have looked in my ENV and I
> have
> scoured the registry and nothing comes up for "php5". So where is it
> getting this entry?

Either from php.ini, the location of which in in your phpinfo()
output, or, if there *IS* no php.ini file in that location, PHP uses
whatever defaults where "compiled in" by whomever compiled your PHP
binary.

It's also remotely possible that you are using Apache 2 and/or PHP 5
which conspire with a directive in httpd.conf to change your php.ini
location through Apache -- Which presumably would be output in
phpinfo() still, but I've never played with it...

-- 
Like Music?
http://l-i-e.com/artists.htm

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to