"Stefan Esser" <[EMAIL PROTECTED]> wrote:
>   8 + 20 + 1 + 1 = 30

My stupid calculation... Thanks.

64 * log(2) / log(10) > 19

>   And the "fix" broke the header code on systems with old style snprintf.

Doesn't the same apply to sprintf() ?

> -                                     result = emalloc(32);
> +                                     result = emalloc(sizeof("WWW-Authenticate: 
>")+20);
>                                       newlen = sprintf(result, "WWW-Authenticate: 
>%ld", myuid);       

This part is another fix. MFH?

Moriyoshi


-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to