summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfoobar <sniper@php.net>2002-11-29 14:48:17 +0000
committerfoobar <sniper@php.net>2002-11-29 14:48:17 +0000
commit7f48a6f13b8d524acc22b9b58284d2f0f0d1453f (patch)
treec8c594f252e2c01b9444223d5c5903819f3921cb
parent6fb3b267969abeb3ec4d447fd157c1b85b960eed (diff)
downloadphp-git-7f48a6f13b8d524acc22b9b58284d2f0f0d1453f.tar.gz
MFB
-rw-r--r--main/php_content_types.c2
1 files changed, 1 insertions, 1 deletions
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 */