Date: 08/31/00
- Next message: mcollard <email protected>: "[PHP-DEV] PHP 4.0 Bug #6477: file not exist on readfile();"
- Previous message: Bug Database: "[PHP-DEV] PHP 4.0 Bug #6476 Updated: configure cannot seem to find libmcrypt 2.4.4"
- In reply to: Zeev Suraski: "Re: [PHP-DEV] backtrace"
- Next in thread: Zeev Suraski: "Re: [PHP-DEV] backtrace"
- Reply: Zeev Suraski: "Re: [PHP-DEV] backtrace"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On Thu, 31 Aug 2000, Zeev Suraski wrote:
> On Thu, 31 Aug 2000, Sascha Schumann wrote:
>
> > The standard says otherwise.
>
> Regardless of whatever standard you pull from your sleeves, it's wrong if
> it says it doesn't :) You either misread the standard, or misread what I
> said (or the standard's dead wrong).
"A va_list cannot be traversed multiple times."
Is that correct? This is correct:
"A va_list cannot be traversed multiple times without
reinitialization."
Let's start expressing what we mean.
> That's exactly what I said - I said that this stale va_end(), with no
> assignment to complement it, caused trouble on many platforms, because
> va_end() often kills the va_list it's fed with.
s/assignment/reinitialization/ and we agree.
Please refer to my other email on why assignments don't work
well in this context.
- 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>
- Next message: mcollard <email protected>: "[PHP-DEV] PHP 4.0 Bug #6477: file not exist on readfile();"
- Previous message: Bug Database: "[PHP-DEV] PHP 4.0 Bug #6476 Updated: configure cannot seem to find libmcrypt 2.4.4"
- In reply to: Zeev Suraski: "Re: [PHP-DEV] backtrace"
- Next in thread: Zeev Suraski: "Re: [PHP-DEV] backtrace"
- Reply: Zeev Suraski: "Re: [PHP-DEV] backtrace"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

