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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user