]> granicus.if.org Git - php/commitdiff
- add note why we can't have a chunk-sized output handler
authorMichael Wallner <mike@php.net>
Thu, 7 Sep 2006 14:54:28 +0000 (14:54 +0000)
committerMichael Wallner <mike@php.net>
Thu, 7 Sep 2006 14:54:28 +0000 (14:54 +0000)
ext/tidy/tidy.c

index bec697920e88cc66fcb0dbb57e81809b61cffe47..0bdf2ecdc895f0118139b5daeb3b393b1692af0d 100644 (file)
@@ -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;