Via phpinfo, I get the following for include_path Master Value.
.:/usr/share/pear:/usr/share/php
It does not appear to be set anywhere... php ini has all include_path(s) commented out, my apps do not set it manually, apache conf/php conf/other assorted conf's/ini's do not set it, no results when searching for set_include_path or phpvalue or ini_set, etc.
Any ideas where else "include_path" might be set? I am asking specifically about master value.
(I am on CentOS 5.4)