You are viewing a plain text version of this content. The canonical link for it is here.
Posted to log4php-dev@logging.apache.org by "Saulius Tvarijonas (JIRA)" <ji...@apache.org> on 2010/01/23 17:14:17 UTC

[jira] Created: (LOG4PHP-92) Variable substitution is broken

Variable substitution is broken
-------------------------------

                 Key: LOG4PHP-92
                 URL: https://issues.apache.org/jira/browse/LOG4PHP-92
             Project: Log4php
          Issue Type: Bug
          Components: Code
    Affects Versions: 2.0
            Reporter: Saulius Tvarijonas


Mistyped constant name in LoggerOptionConverter.php line 298.
Now: $j += self::START_LEN;
Should be: $j += self::DELIM_START_LEN;

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (LOG4PHP-92) Variable substitution is broken

Posted by "Gavin (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/LOG4PHP-92?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Gavin updated LOG4PHP-92:
-------------------------

    Fix Version/s: 2.1

> Variable substitution is broken
> -------------------------------
>
>                 Key: LOG4PHP-92
>                 URL: https://issues.apache.org/jira/browse/LOG4PHP-92
>             Project: Log4php
>          Issue Type: Bug
>          Components: Code
>    Affects Versions: 2.0
>            Reporter: Saulius Tvarijonas
>             Fix For: 2.1
>
>
> Mistyped constant name in LoggerOptionConverter.php line 298.
> Now: $j += self::START_LEN;
> Should be: $j += self::DELIM_START_LEN;

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (LOG4PHP-92) Variable substitution is broken

Posted by "Christian Grobmeier (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/LOG4PHP-92?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Christian Grobmeier resolved LOG4PHP-92.
----------------------------------------

    Resolution: Duplicate

Hi,

thanks much for reporting. This issue has already been reported before and this is the reson why it is already in the trunk and ready for the next release. You can see it at:

http://ci.apache.org/projects/log4php/coverage-report/helpers_LoggerOptionConverter.php.html

Cheers
Christian

> Variable substitution is broken
> -------------------------------
>
>                 Key: LOG4PHP-92
>                 URL: https://issues.apache.org/jira/browse/LOG4PHP-92
>             Project: Log4php
>          Issue Type: Bug
>          Components: Code
>    Affects Versions: 2.0
>            Reporter: Saulius Tvarijonas
>             Fix For: 2.1
>
>
> Mistyped constant name in LoggerOptionConverter.php line 298.
> Now: $j += self::START_LEN;
> Should be: $j += self::DELIM_START_LEN;

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.