Browse Source

Small tweak in the error format.

experimetnal/RETURN_REF_PATCH
Andrei Zmievski 27 years ago
parent
commit
e906d4548a
  1. 2
      main/main.c

2
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

Loading…
Cancel
Save