diff options
author | foobar <sniper@php.net> | 2003-03-14 17:40:55 +0000 |
---|---|---|
committer | foobar <sniper@php.net> | 2003-03-14 17:40:55 +0000 |
commit | d4a01a85247e830169e7a9acfc11269bd8589395 (patch) | |
tree | 7c20647b66736b4b10f1a6e36f5924f1a942f3d8 /sapi/tux/php_tux.c | |
parent | 2fdf127a6f5ddc9102498059ab8c536a76bd19e9 (diff) | |
download | php-git-d4a01a85247e830169e7a9acfc11269bd8589395.tar.gz |
MFH: no c++ comments
Diffstat (limited to 'sapi/tux/php_tux.c')
-rw-r--r-- | sapi/tux/php_tux.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sapi/tux/php_tux.c b/sapi/tux/php_tux.c index c67d81d28f..7db243773c 100644 --- a/sapi/tux/php_tux.c +++ b/sapi/tux/php_tux.c @@ -340,7 +340,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); |