sniper          Fri Mar 14 12:40:43 2003 EDT

  Modified files:              
    /php4/sapi/tux      php_tux.c 
  Log:
  no c++ comments
  
Index: php4/sapi/tux/php_tux.c
diff -u php4/sapi/tux/php_tux.c:1.20 php4/sapi/tux/php_tux.c:1.21
--- php4/sapi/tux/php_tux.c:1.20        Tue Dec 31 10:59:13 2002
+++ php4/sapi/tux/php_tux.c     Fri Mar 14 12:40:42 2003
@@ -337,7 +337,7 @@
        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);



-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to