Possible Duplicate:
Overriding global php.ini file
I have looked but can't seem to find an answer. I am loading a php.ini file from my web root and wanted to know if it only contains one line, does that override the main php.ini e.g.:
include_path = ".:/usr/lib/php:/usr/local/lib/php:/home/folder_name/include_folder"
is the only line in the file.
Thanks