Browse Source

hope i haven't missed anything - but we're no longer in the 3.x tree

experimetnal/RETURN_REF_PATCH
Thies C. Arntzen 27 years ago
parent
commit
2c73cc3b29
  1. 2
      main/main.c

2
main/main.c

@ -415,7 +415,7 @@ PHPAPI void php_error(int type, const char *format,...)
if (PG(log_errors)) {
char log_buffer[1024];
snprintf(log_buffer, 1024, "PHP 3 %s: %s in %s on line %d", error_type_str, buffer, error_filename, error_lineno);
snprintf(log_buffer, 1024, "PHP %s: %s in %s on line %d", error_type_str, buffer, error_filename, error_lineno);
php3_log_err(log_buffer);
}
if (PG(display_errors)) {

Loading…
Cancel
Save