INI_SCANNER_RAW change

2012-01-27 Thread Marcelo Gornstein
Hello all, I've been using log4php via the .ini files to configure the loggers and appenders. Up to 2.1.0 (maybe every version up to and not including 2.2.0), a configuration like: log4php.appender.default.file = ROOT_APPLICATION_PATH "/runtime/log/log.log" would work as expected, replacing a ph

Re: INI_SCANNER_RAW change

2012-01-27 Thread Ivan Habunek
On 27 January 2012 21:55, Marcelo Gornstein wrote: > > > Is this change irreversible? Is there anything that can be done to > restore this behaviour? It seems to me that it is a benefit to expect > the log4php ini files behave exactly as the php ini files (or it > should be documented otherwise

Re: INI_SCANNER_RAW change

2012-01-27 Thread Marcelo Gornstein
Hello Ivan, Thank you very much for your quick response! Is the decision of deprecating the ini files final / irrevocable? If yes, then I guess I'll have to migrate to one of the options you mentioned (even if you could revert the change, it would be in a deprecated feature anyway). Is this dec