Bob Polis
954fca9e56
Rewrote parse_ini_file
Is now regex-based, and supports sections. Sections are ignored by default, but can be used by calling parse_ini_file with a second bool param: false. Sections will become key prefixes, separated from keys with a dot.