From 4f6874b3ff18ee732d54c2eb3b0e4640b3c81ef5 Mon Sep 17 00:00:00 2001 From: Ilia Alshanetsky Date: Sun, 21 Sep 2003 19:22:19 +0000 Subject: Added tidy_repair_string() & tidy_repair_file() that allow for quick repair of files & strings. Modified tidy_parse_file() to accept include_path parameter. Fixed a few bugs that may have allowed configurations directives loaded via a file to carry over across requests. --- ext/tidy/php_tidy.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'ext/tidy/php_tidy.h') diff --git a/ext/tidy/php_tidy.h b/ext/tidy/php_tidy.h index 1723c0b0b8..92deabb17b 100644 --- a/ext/tidy/php_tidy.h +++ b/ext/tidy/php_tidy.h @@ -95,6 +95,8 @@ PHP_FUNCTION(tidy_getopt); PHP_FUNCTION(tidy_parse_string); PHP_FUNCTION(tidy_parse_file); PHP_FUNCTION(tidy_clean_repair); +PHP_FUNCTION(tidy_repair_string); +PHP_FUNCTION(tidy_repair_file); PHP_FUNCTION(tidy_diagnose); PHP_FUNCTION(tidy_get_output); PHP_FUNCTION(tidy_get_error_buffer); -- cgit v1.2.1