From 331221eec6000c8ced6163a1b241cb218f9c7ab9 Mon Sep 17 00:00:00 2001 From: Andi Gutmans Date: Mon, 13 Sep 1999 20:03:56 +0000 Subject: [PATCH] - X-* is probably more standard. --- main/SAPI.h | 2 +- output.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/main/SAPI.h b/main/SAPI.h index fa9b0c6eabe..95d82a8747a 100644 --- a/main/SAPI.h +++ b/main/SAPI.h @@ -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) diff --git a/output.c b/output.c index c64742bfd50..a748ed5cbbc 100644 --- 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);