PHP's parse_ini_file function's second argument is $process_sections. By default it is set to false.
I wanted to write a simple .ini file (without sections) but noticed that your package requires that the .ini file has sections so it won't work on simple .ini files.
I'll include a pull request that will let people specify the $process_sections attribute when needed.
PHP's
parse_ini_filefunction's second argument is$process_sections. By default it is set to false.I wanted to write a simple .ini file (without sections) but noticed that your package requires that the .ini file has sections so it won't work on simple .ini files.
I'll include a pull request that will let people specify the $process_sections attribute when needed.