summaryrefslogtreecommitdiff
path: root/ext/tidy/README
diff options
context:
space:
mode:
Diffstat (limited to 'ext/tidy/README')
-rw-r--r--ext/tidy/README9
1 files changed, 0 insertions, 9 deletions
diff --git a/ext/tidy/README b/ext/tidy/README
index 19f6b9ff6..0fb6c0f03 100644
--- a/ext/tidy/README
+++ b/ext/tidy/README
@@ -5,12 +5,3 @@ README FOR ext/tidy by John Coggeshall <john@php.net>
Tidy is an extension based on Libtidy (http://tidy.sf.net/) and allows a PHP developer
to clean, repair, and traverse HTML, XHTML, and XML documents -- including ones with
embedded scripting languages such as PHP or ASP within them using OO constructs.
-
----------------------------------------------------------------------------------------
-!! Important Note !!
----------------------------------------------------------------------------------------
-Older versions of libtidy have a small memory leak inside the ParseConfigFileEnc() function
-used to load configuration from a file. If you intend to use this functionality apply
-the "libtidy.txt" patch (cd tidy/src/; patch -p0 < libtidy.txt) to libtidy sources and
-then recompile libtidy.
----------------------------------------------------------------------------------------