]> granicus.if.org Git - php/commitdiff
- X-* is probably more standard.
authorAndi Gutmans <andi@php.net>
Mon, 13 Sep 1999 20:03:56 +0000 (20:03 +0000)
committerAndi Gutmans <andi@php.net>
Mon, 13 Sep 1999 20:03:56 +0000 (20:03 +0000)
main/SAPI.h
output.c

index fa9b0c6eabe5aede4134878a687a1ac113674e64..95d82a8747a2544ccabf29a1d6f44c433ce50fbe 100644 (file)
@@ -151,7 +151,7 @@ struct _sapi_module_struct {
 #define SAPI_HEADER_SEND_FAILED                        3
 
 #define SAPI_DEFAULT_CONTENT_TYPE      "Content-Type: text/html"
-#define SAPI_PHP_VERSION_HEADER                "PHP-Version: " PHP_VERSION
+#define SAPI_PHP_VERSION_HEADER                "X-Powered-By: PHP/" PHP_VERSION
 
 #define SAPI_POST_READER_FUNC(post_reader) void post_reader(char *content_type_dup SLS_DC)
 
index c64742bfd50a203c68154e7e1c0215900370e94b..a748ed5cbbcd36162cb331bcc66b9f7362726335 100644 (file)
--- a/output.c
+++ b/output.c
@@ -185,7 +185,7 @@ static int php_b_body_write(const char *str, uint str_length)
 static int php_ub_body_write_no_header(const char *str, uint str_length)
 {
        char *newstr = NULL;
-       uint new_length;
+       uint new_length=0;
        int result;
 
        session_adapt_uris(str, str_length, &newstr, &new_length);