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 "Knut Urdalen (JIRA)" <ji...@apache.org> on 2009/04/28 08:56:31 UTC

[jira] Updated: (LOG4PHP-21) Incorrect params passed in set_include_path

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

Knut Urdalen updated LOG4PHP-21:
--------------------------------

    Component/s: Tests

> Incorrect params passed in set_include_path
> -------------------------------------------
>
>                 Key: LOG4PHP-21
>                 URL: https://issues.apache.org/jira/browse/LOG4PHP-21
>             Project: Log4php
>          Issue Type: Bug
>          Components: Tests
>         Environment: Win XP, PHP 5.2.5, Maven 2.0.9, PHPUnit 3.2.17, Log4php checked out from svn head as of Nov 14th 2008
>            Reporter: Ion CERTEJAN
>             Fix For: 2.0
>
>
> In file: 
> log4php/trunk/src/test/php/phpunit.php
> the line (line #33):
> set_include_path(LOG4PHP_DIR.':'.get_include_path());
> should be replaced with:
> set_include_path(LOG4PHP_DIR.PATH_SEPARATOR.get_include_path());
> according to http://www.php.net/manual/en/function.set-include-path.php.
> Tests failed on my system because my PATH_SEPARATOR is defined as ';' (semicolon)

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