1
0
mirror of https://github.com/php/php-src.git synced 2026-04-03 14:12:38 +02:00

Small tweak in the error format.

This commit is contained in:
Andrei Zmievski
1999-10-15 20:32:47 +00:00
parent b625bbd14a
commit e906d4548a

View File

@@ -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