unread
Hello, list!
AFAIK, when writing PHP extensions, youre 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.