From: Martin Kraemer Date: Fri, 29 Nov 2002 14:07:28 +0000 (+0000) Subject: Portability: In C sources, do not use C++ comments X-Git-Tag: php-4.3.0RC3~110 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=fd52bf2bd8ad2c0414cd5afe60e8a0e367741760;p=php Portability: In C sources, do not use C++ comments --- 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 */