]> granicus.if.org Git - php/commitdiff
No C++ comments in C code
authorfoobar <sniper@php.net>
Mon, 2 Jun 2003 11:51:01 +0000 (11:51 +0000)
committerfoobar <sniper@php.net>
Mon, 2 Jun 2003 11:51:01 +0000 (11:51 +0000)
sapi/pi3web/pi3web_sapi.c

index 199a22691f498045c2735031dc5850d9f5f3a34a..93642901c6749efb153c6a112df803a527b06f52 100644 (file)
@@ -250,8 +250,9 @@ static int sapi_pi3web_read_post(char *buffer, uint count_bytes TSRMLS_DC)
                }
                total_read += cbRead;
        }
-//     removed after re-testing POST with Pi3Web 2.0.2
-//     SG(read_post_bytes) += total_read;
+       
+       /* removed after re-testing POST with Pi3Web 2.0.2 */
+       /* SG(read_post_bytes) += total_read; */
        return total_read;
 }