INI configuration files not parse when using PHP 5.2.x
------------------------------------------------------
Key: LOG4PHP-167
URL: https://issues.apache.org/jira/browse/LOG4PHP-167
Project: Log4php
Issue Type: Bug
Components: Code
Affects Versions: 2.2
Environment: PHP 5.2.x
Reporter: Ivan Habunek
Assignee: Ivan Habunek
Priority: Critical
LoggerConfigurationAdapterINI uses INI_SCANNER_RAW option when calling
parse_ini_file().
This option was introduced in PHP 5.3. and the result is that parsing of INI
config files failes when using php 5.2.x.
To keep backward compatibility, this option should be removed. Special care
should be taken that option parsing is not affected. Especially since
parse_ini_file() without the RAW option produces some unexpected results (check
LoggerOptionConverter).
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira