diff options
author | Andrei Zmievski <andrei@php.net> | 1999-10-15 20:32:47 +0000 |
---|---|---|
committer | Andrei Zmievski <andrei@php.net> | 1999-10-15 20:32:47 +0000 |
commit | e906d4548abae35ffc701677e2d05a2cb457dd93 (patch) | |
tree | 2b5f5bfdf1e3847fb7a7d0571d4db6bf4f86a776 | |
parent | b625bbd14a05487063446a55a9c7b8cd4cac567c (diff) | |
download | php-git-e906d4548abae35ffc701677e2d05a2cb457dd93.tar.gz |
Small tweak in the error format.
-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 13efae6296..32f6bd80b5 100644 --- a/main/main.c +++ b/main/main.c @@ -84,7 +84,7 @@ struct sapi_request_info *sapi_rqst; #if CGI_BINARY #define PHP_ERROR_FORMAT "PHP %s: %s in %s on line %d" #else -#define PHP_ERROR_FORMAT "<br>\n<b>%s</b>: %s in <b>%s</b> on line <b>%d</b><br>" +#define PHP_ERROR_FORMAT "<br>\n<b>PHP %s</b>: %s in <b>%s</b> on line <b>%d</b><br>" #endif #ifndef ZTS |