summaryrefslogtreecommitdiff
path: root/sapi/tux/php_tux.c
diff options
context:
space:
mode:
authorfoobar <sniper@php.net>2003-03-14 17:40:42 +0000
committerfoobar <sniper@php.net>2003-03-14 17:40:42 +0000
commit5be5cc33c6fac1d1d329ccee76dfa1b8d63dbd61 (patch)
treeb4f1fc9041a355f933d8cfd72ce5384b316c225c /sapi/tux/php_tux.c
parentb07507f0861fa8fdc19a31122326481d44cd591d (diff)
downloadphp-git-5be5cc33c6fac1d1d329ccee76dfa1b8d63dbd61.tar.gz
no c++ comments
Diffstat (limited to 'sapi/tux/php_tux.c')
-rw-r--r--sapi/tux/php_tux.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sapi/tux/php_tux.c b/sapi/tux/php_tux.c
index 7ea9d1fd6d..c2045173a3 100644
--- a/sapi/tux/php_tux.c
+++ b/sapi/tux/php_tux.c
@@ -337,7 +337,7 @@ static void tux_request_ctor(TSRMLS_D)
SG(request_info).request_method = CGI_REQUEST_METHOD(TG(req));
SG(sapi_headers).http_response_code = 200;
SG(request_info).content_type = TG(req)->content_type;
- SG(request_info).content_length = 0; // TG(req)->contentlength;
+ SG(request_info).content_length = 0; /* TG(req)->contentlength; */
#if 0
php_handle_auth_data(TG(hc)->authorization TSRMLS_CC);