one of the instructions for PHP said /usr/local/lib/php.ini
i asked the guys at linuxquestions.org and they told me /usr/local/lib/php.ini but STILL i can't change variables.
i have a program that requires register_globals to be ON so i went into php.ini in /usr/local/lib and changed
register_globals = Off into
register_globals = On
then i restarted the webserver but the program still says that register_globals is off. is php.ini in the wrong folder or is that program a piece of junk?