Hello, list! AFAIK, when writing PHP extensions, you`re allowed to output messages with the use of php_printf, which has its C counterpart, printf(). But C also has vprintf() which works in junction with va_* functions. PHP works fine with va_* functions too, but I can`t find analogue of vprintf() like php_vprintf() or smth. Is it there at all?
Thanks for you time. -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php