From e906d4548abae35ffc701677e2d05a2cb457dd93 Mon Sep 17 00:00:00 2001 From: Andrei Zmievski Date: Fri, 15 Oct 1999 20:32:47 +0000 Subject: [PATCH] Small tweak in the error format. --- main/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 "
\n%s: %s in %s on line %d
" +#define PHP_ERROR_FORMAT "
\nPHP %s: %s in %s on line %d
" #endif #ifndef ZTS -- 2.50.1