Loads an ini file using http://www.php.net/parse_ini_file, merging its data with a parent ini file if "extends" is defined at the root of the ini file.
"extends" value is the relative or absolute path to the extended file. "extends" will not appear in resulting array.
Returns False on failure (file missing, unreadable or unparseable)