From: foobar Date: Fri, 29 Nov 2002 14:48:17 +0000 (+0000) Subject: MFB X-Git-Tag: RELEASE_1_0b3~255 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7f48a6f13b8d524acc22b9b58284d2f0f0d1453f;p=php MFB --- 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 */