From ce5a09ea4047c0716aef948a52fcdec754fc8f4f Mon Sep 17 00:00:00 2001 From: Zeev Suraski Date: Sun, 12 Sep 1999 21:07:53 +0000 Subject: [PATCH] Add PHP-Version header in IIS --- main/SAPI.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/main/SAPI.h b/main/SAPI.h index 2b99498831..fa9b0c6eab 100644 --- a/main/SAPI.h +++ b/main/SAPI.h @@ -150,7 +150,8 @@ struct _sapi_module_struct { #define SAPI_HEADER_DO_SEND 2 #define SAPI_HEADER_SEND_FAILED 3 -#define SAPI_DEFAULT_CONTENT_TYPE "Content-Type: text/html" +#define SAPI_DEFAULT_CONTENT_TYPE "Content-Type: text/html" +#define SAPI_PHP_VERSION_HEADER "PHP-Version: " PHP_VERSION #define SAPI_POST_READER_FUNC(post_reader) void post_reader(char *content_type_dup SLS_DC) -- 2.49.0