Having troubble with my php.ini file

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
Vandiike
Forum Newbie
Posts: 4
Joined: Mon Jul 21, 2003 8:47 am
Location: Greece

Having troubble with my php.ini file

Post 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
User avatar
twigletmac
Her Royal Site Adminness
Posts: 5371
Joined: Tue Apr 23, 2002 2:21 am
Location: Essex, UK

Post 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
Post Reply