summaryrefslogtreecommitdiff
path: root/sapi/pi3web/pi3web_sapi.c
diff options
context:
space:
mode:
authorfoobar <sniper@php.net>2003-06-02 11:51:01 +0000
committerfoobar <sniper@php.net>2003-06-02 11:51:01 +0000
commitaeabe8580427712da26101a27d3b382abffd4d39 (patch)
tree011a3867f0830c0798480300d8e7bc99af54a468 /sapi/pi3web/pi3web_sapi.c
parent8282bd01175e8cd54feb1bcc41c5740134a1487f (diff)
downloadphp-git-aeabe8580427712da26101a27d3b382abffd4d39.tar.gz
No C++ comments in C code
Diffstat (limited to 'sapi/pi3web/pi3web_sapi.c')
-rw-r--r--sapi/pi3web/pi3web_sapi.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/sapi/pi3web/pi3web_sapi.c b/sapi/pi3web/pi3web_sapi.c
index 199a22691f..93642901c6 100644
--- a/sapi/pi3web/pi3web_sapi.c
+++ b/sapi/pi3web/pi3web_sapi.c
@@ -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;
}