so I'm chugging along, I make a small modification to my php.ini, and when I restart httpd suddenly my include_path is messed up, and I'm getting errors because php can't find my include files.
I undo my modification, which was unrelated, and check my include_path value; it is correct.
but when I call phpinfo() I can see the include path value has been changed to ".:/usr/share/pear". I have no idea what is causing this. I searched my drive for other copies of php.ini, thinking I could have more than one, but I don't. phpinfo() clearly shows that the config file is /etc/php.ini.
any thoughts would be greatly appreciated.