summaryrefslogtreecommitdiff
path: root/ext
diff options
context:
space:
mode:
authorStanislav Malyshev <stas@php.net>2008-01-29 22:03:01 +0000
committerStanislav Malyshev <stas@php.net>2008-01-29 22:03:01 +0000
commit223a53fdeb73e741f1dd768e0f1cc6bbb72a86b3 (patch)
tree89aaeeb10ab19ea8db0e44c766bfe8628ac03496 /ext
parent9d86113b20178bee5c959021817b91f926dac9d4 (diff)
downloadphp-git-223a53fdeb73e741f1dd768e0f1cc6bbb72a86b3.tar.gz
rm cruft
Diffstat (limited to 'ext')
-rw-r--r--ext/standard/html.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/ext/standard/html.c b/ext/standard/html.c
index 3a7c58d6b7..3ecd57e7ae 100644
--- a/ext/standard/html.c
+++ b/ext/standard/html.c
@@ -1122,7 +1122,6 @@ PHPAPI char *php_escape_html_entities_ex(unsigned char *old, int oldlen, int *ne
maxlen = 128;
replaced = emalloc (maxlen);
len = 0;
- //Sleep(10*1000);
i = 0;
while (i < oldlen) {
unsigned char mbsequence[16]; /* allow up to 15 characters in a multibyte sequence */