summaryrefslogtreecommitdiff
path: root/ext/tidy/php_tidy.h
diff options
context:
space:
mode:
authorIlia Alshanetsky <iliaa@php.net>2003-09-21 19:22:19 +0000
committerIlia Alshanetsky <iliaa@php.net>2003-09-21 19:22:19 +0000
commit4f6874b3ff18ee732d54c2eb3b0e4640b3c81ef5 (patch)
tree30a5d3e7df998035c1165a2c76709b89cc2abb1f /ext/tidy/php_tidy.h
parentad93053ec4638ee8933c2f6da4d59c97b741681a (diff)
downloadphp-git-4f6874b3ff18ee732d54c2eb3b0e4640b3c81ef5.tar.gz
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.
Diffstat (limited to 'ext/tidy/php_tidy.h')
-rw-r--r--ext/tidy/php_tidy.h2
1 files changed, 2 insertions, 0 deletions
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);