diff options
author | Thies C. Arntzen <thies@php.net> | 1999-08-05 07:42:46 +0000 |
---|---|---|
committer | Thies C. Arntzen <thies@php.net> | 1999-08-05 07:42:46 +0000 |
commit | 2c73cc3b2916fc0131f0cb9532e1ea3dba0d7f3c (patch) | |
tree | 92a73a8b8f909065863373a5f650f8683da0e383 /main/main.c | |
parent | b56086ae331b7fc68695be5ab93b3c635a120378 (diff) | |
download | php-git-2c73cc3b2916fc0131f0cb9532e1ea3dba0d7f3c.tar.gz |
hope i haven't missed anything - but we're no longer in the 3.x tree
Diffstat (limited to 'main/main.c')
-rw-r--r-- | main/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/main.c b/main/main.c index 230e3fbc1e..8714e60ef7 100644 --- a/main/main.c +++ b/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)) { |