Page 1 of 1

Having troubble with my php.ini file

Posted: Thu Jul 31, 2003 6:07 am
by Vandiike
Hello pll.

I'm having some troubble with my php.ini file, I look at the php(info)
and get values that are not true.

For example

extension_dir c:\php4 --this does not exist, in my php.ini file there is, extension_dir = "c:\winnt\system32\"

include_path .;c:\php4\pear .;c:\php4\pear ---this does not exist, in my php.ini file there is, include_path = ".;c:\php\includes"

register_globals Off Off , in my file there is

register_globals = On

What does this mean.?? Do I have another "old" version some where lying around the system?? I did a search and found nothing but the true php.ini in c:\winnt\system32

I am stuck....

Apriciate your help

Mike@
http://www.voyagermobiletech.com

Posted: Thu Jul 31, 2003 7:12 am
by twigletmac
You need to move the php.ini to c:\winnt otherwise you will just get PHP's defaults instead of the changes you have made.

Mac