Uploaded image for project: 'Log4php'
  1. Log4php
  2. LOG4PHP-167

INI configuration files not parse when using PHP 5.2.x

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Critical
    • Resolution: Fixed
    • 2.2.0
    • 2.2.1
    • Code
    • None
    • PHP 5.2.x

    Description

      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).

      Attachments

        Activity

          People

            juice Ivan Habunek
            juice Ivan Habunek
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: