Re: [PHP] Where is phpinfo getting this?

2006-07-12 Thread Richard Lynch
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



Re: [PHP] Where is phpinfo getting this?

2006-07-10 Thread Brad Bonkoski

Check your include_path in your php.ini file.
-Brad

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?


:Robert



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



Re: [PHP] Where is phpinfo getting this?

2006-07-10 Thread Robert Hicks
I should have mentioned that in my first post. I did check the PHP.INI 
file and it is not in there (nor is there a mention of php5 in it).


:Robert

Brad Bonkoski wrote:

Check your include_path in your php.ini file.
-Brad

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?


:Robert



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



RE: [PHP] Where is phpinfo getting this?

2006-07-10 Thread Ford, Mike
On 10 July 2006 14:29, Robert Hicks wrote:

 I should have mentioned that in my first post. I did check
 the PHP.INI
 file and it is not in there (nor is there a mention of php5 in it).
 
  Robert
 
 Brad Bonkoski wrote:
  Check your include_path in your php.ini file.
  -Brad
  
  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? 

Where, exactly, does phpinfo say PHP is looking for your php.ini file? Becasue 
this include_path value looks like it might be the default you get when PHP 
can't find a php.ini at all.

Cheers!

Mike

-
Mike Ford,  Electronic Information Services Adviser,
Learning Support Services, Learning  Information Services,
JG125, James Graham Building, Leeds Metropolitan University,
Headingley Campus, LEEDS,  LS6 3QS,  United Kingdom
Email: [EMAIL PROTECTED]
Tel: +44 113 283 2600 extn 4730  Fax:  +44 113 283 3211 


To view the terms under which this email is distributed, please go to 
http://disclaimer.leedsmet.ac.uk/email.htm

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