]> granicus.if.org Git - php/commitdiff
MFB
authorfoobar <sniper@php.net>
Fri, 29 Nov 2002 14:48:17 +0000 (14:48 +0000)
committerfoobar <sniper@php.net>
Fri, 29 Nov 2002 14:48:17 +0000 (14:48 +0000)
main/php_content_types.c

index 8d484095506d38bcfbd92e28e54e4be228b14145..44fcdcf3a73bc2f370582975c85dbb6e9a98b79d 100644 (file)
@@ -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 */