From: Michael Wallner Date: Thu, 7 Sep 2006 14:54:28 +0000 (+0000) Subject: - add note why we can't have a chunk-sized output handler X-Git-Tag: RELEASE_1_0_0RC1~1737 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=aee8e733161804f621d7f55164ccad6009425823;p=php - add note why we can't have a chunk-sized output handler --- diff --git a/ext/tidy/tidy.c b/ext/tidy/tidy.c index bec697920e..0bdf2ecdc8 100644 --- a/ext/tidy/tidy.c +++ b/ext/tidy/tidy.c @@ -1078,6 +1078,10 @@ static PHP_INI_MH(php_tidy_set_clean_output) return status; } +/* + * NOTE: tidy does not support iterative/cumulative parsing, so chunk-sized output handler is not possible + */ + static void php_tidy_clean_output_start(zval *name TSRMLS_DC) { php_output_handler *h;