(the older code worked, even though it didn't compile well for some very odd reason, probably
a compiler bug; The new code would cause PHP to crash if both display_errors/log_errors and
track_errors were enabled)
/* get include file name */
if (PG(log_errors) || PG(display_errors) || (!module_initialized)) {
size = vsnprintf(buffer, sizeof(buffer) - 1, format, orig_args);
- va_end(orig_args);
buffer[sizeof(buffer) - 1] = 0;
pval *tmp;
size = vsnprintf(buffer, sizeof(buffer) - 1, format, orig_args);
- va_end(orig_args);
buffer[sizeof(buffer) - 1] = 0;