]> granicus.if.org Git - php/commitdiff
Small tweak in the error format.
authorAndrei Zmievski <andrei@php.net>
Fri, 15 Oct 1999 20:32:47 +0000 (20:32 +0000)
committerAndrei Zmievski <andrei@php.net>
Fri, 15 Oct 1999 20:32:47 +0000 (20:32 +0000)
main/main.c

index 13efae6296a2d72974ee07c2d88a9bb5c20625fa..32f6bd80b5078534569423568753ca01e162c2a5 100644 (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