mirror of
https://github.com/php/php-src.git
synced 2025-08-19 08:49:28 +02:00
Removed extra space in the Content-Type header for logos
Simplified stderr error reporting in apache sapi.
This commit is contained in:
parent
6d42d94715
commit
ae08857016
2 changed files with 2 additions and 3 deletions
|
@ -300,8 +300,7 @@ static void php_apache_log_message(char *message)
|
|||
log_error(message, ((request_rec *) SG(server_context))->server);
|
||||
#endif
|
||||
} else {
|
||||
fprintf(stderr, "%s", message);
|
||||
fprintf(stderr, "\n");
|
||||
fprintf(stderr, "%s\n", message);
|
||||
}
|
||||
}
|
||||
/* }}} */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue