- X-* is probably more standard.

This commit is contained in:
Andi Gutmans 1999-09-13 20:03:56 +00:00
parent 809198b916
commit 331221eec6
2 changed files with 2 additions and 2 deletions

View 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)