Re: [PHP-DEV] backtrace From: Sascha Schumann (sascha <email protected>)
Date: 08/31/00

On Thu, 31 Aug 2000, Stanislav Malyshev wrote:

> j>> called with a null list of var_args, which is causing it to barf.
> j>> Problem is, the variable orig_args is being cleared on line 369
> j>> (va_end()), and
> j>> then being reused on line 444.
>
> Sorry, don't see any va_end in current CVS.

    The old_args stuff was removed some weeks ago (if we are
    talking about main/main.c). The author of the original code
    did not seem to be aware of the correct va_args use.

    - Sascha

-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: php-dev-unsubscribe <email protected>
For additional commands, e-mail: php-dev-help <email protected>
To contact the list administrators, e-mail: php-list-admin <email protected>