From 7f48a6f13b8d524acc22b9b58284d2f0f0d1453f Mon Sep 17 00:00:00 2001 From: foobar Date: Fri, 29 Nov 2002 14:48:17 +0000 Subject: [PATCH] MFB --- main/php_content_types.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main/php_content_types.c b/main/php_content_types.c index 8d48409550..44fcdcf3a7 100644 --- a/main/php_content_types.c +++ b/main/php_content_types.c @@ -40,7 +40,7 @@ SAPI_API SAPI_POST_READER_FUNC(php_default_post_reader) char *data = NULL; int length = 0; - // $HTTP_RAW_POST_DATA registration + /* $HTTP_RAW_POST_DATA registration */ if(!strcmp(SG(request_info).request_method, "POST")) { if(NULL == SG(request_info).post_entry) { /* no post handler registered, so we just swallow the data */ -- 2.50.1