diff options
-rw-r--r-- | ext/standard/html.c | 1 |
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 */ |