diff options
author | Ilia Alshanetsky <iliaa@php.net> | 2006-04-02 17:58:17 +0000 |
---|---|---|
committer | Ilia Alshanetsky <iliaa@php.net> | 2006-04-02 17:58:17 +0000 |
commit | 46ba6516801e174f089b2706ed9a27119b466006 (patch) | |
tree | 5e37a5b1c656246f79048e4f24ea8928733e4179 /main | |
parent | f8e6ffee30693a3cb1da5a6ba1d9d20a4a201c33 (diff) | |
download | php-git-46ba6516801e174f089b2706ed9a27119b466006.tar.gz |
MFH:
Removed extra space in the Content-Type header for logos
Simplified stderr error reporting in apache sapi.
Diffstat (limited to 'main')
-rw-r--r-- | main/logos.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/logos.h b/main/logos.h index b02a7db26b..71c30b815a 100644 --- a/main/logos.h +++ b/main/logos.h @@ -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, |