From: Andrei Zmievski Date: Fri, 15 Oct 1999 20:32:47 +0000 (+0000) Subject: Small tweak in the error format. X-Git-Tag: php-4.0b3_RC2~157 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e906d4548abae35ffc701677e2d05a2cb457dd93;p=php Small tweak in the error format. --- 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