Don't ask me why, but I commented out the include_path in my php.ini file (Mandrake 8.0). When I uncommented the line, it continued to use what I assume is the default setting when no include_path is set in the php.ini (.:/usr/lib/php).
I have a long list of include paths in my php.ini file that used to work just fine, but now do not work at all (even thought I've uncommented the line).
any ideas on where I should look to get php to use the include_path in the php.ini file?
Rciuh