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 "Ivan Habunek (JIRA)" <ji...@apache.org> on 2013/12/14 15:59:07 UTC

[jira] [Closed] (LOG4PHP-206) CLONE - debug_backtrace() sometimes do not return 'file' and 'line' values

     [ https://issues.apache.org/jira/browse/LOG4PHP-206?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ivan Habunek closed LOG4PHP-206.
--------------------------------

    Resolution: Duplicate

> CLONE - debug_backtrace() sometimes do not return 'file' and 'line' values
> --------------------------------------------------------------------------
>
>                 Key: LOG4PHP-206
>                 URL: https://issues.apache.org/jira/browse/LOG4PHP-206
>             Project: Log4php
>          Issue Type: Bug
>          Components: Code
>    Affects Versions: 2.3.0
>            Reporter: Strintec Test
>            Priority: Critical
>              Labels: fgt, gsoc
>
> debug_backtrace() sometimes do not return 'file' and 'line' values.
> This results in an error (Notice).
> Please, add "isset" in code: LoggerLoggingEvent.php, lines: 172-173
> .....
> $locationInfo['line'] = $hop['line'];
> $locationInfo['file'] = $hop['file'];
> .....
> Thank you!



--
This message was sent by Atlassian JIRA
(v6.1.4#6159)