Hi all. Until now I've had to use ini_set to alter my include path, but now I'm able to change the setting in php.ini. However, while phpinfo() displays my include_path as .:/usr/local/lib/php in the php.ini file it seems to be commented out.
I want to uncomment it and include a path of my own specification, but am curious is there any disadvantage to doing this? Why would it be commented out in the first place?
Thanks,
P.