mirror of
https://github.com/php/php-src.git
synced 2024-11-29 12:53:37 +08: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
@ -18,7 +18,7 @@
|
||||
|
||||
/* $Id$ */
|
||||
|
||||
#define CONTEXT_TYPE_IMAGE_GIF "Content-Type: image/gif"
|
||||
#define CONTEXT_TYPE_IMAGE_GIF "Content-Type: image/gif"
|
||||
|
||||
unsigned char zend_logo[] = {
|
||||
71, 73, 70, 56, 57, 97, 113, 0, 72, 0,
|
||||
|
@ -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…
Reference in New Issue
Block a user