Hello Zeev,

Saturday, September 13, 2003, 5:54:45 PM, you wrote:

> I don't think %zd is portable.  We need to come up with some alternative 
> solution, or some check.

Sascha and me had a deeper check upon this and it is absolutley NON
portable. This is one of the C99 extensions only a few systems support.
If we want the prefix 'z' then we could do it for our own php internal
[v]s[np]printf implementations. But then we'd need to always use them
and that's probably not the best idea. Any thoughts?

However i will make [v]spprintf more compliant, but you must recognize
that this doesn't affect [v]snprintf.


-- 
Best regards,
 Marcus                            mailto:[EMAIL PROTECTED]

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

Reply via email to