On 28 January 2012 12:17, Sven Rautenberg
<sven@...> wrote:
I really hate to say it, but the third optional parameter to
parse_ini_file() is a PHP 5.3-only feature. See changenotes section of
the docs page: http://de.php.net/manual/en/function.parse-ini-file.php
I assume you created duplicate behaviour for installations with 5.2 vs.
5.3, one behaving as tested and advertised, and one not.
I'd suggest going back to INI_SCANNER_NORMAL, as this is the unchangable
default for PHP 5.2.
Darn, totally missed that. I guess we will be removing this option for next release. And it will have to be quite soon because INI configuration is broken in v2.2. Great...
Regards,
Ivan