php-src/ext/tidy
2005-12-06 02:28:41 +00:00
..
examples Removed examples which don't actually work anymore for PHP 4, and 2004-08-28 18:10:21 +00:00
tests fix bug #34965 tidy is not binary safe 2005-10-25 18:04:59 +00:00
config.m4 - Unify the "configure --help" texts 2005-05-29 23:17:16 +00:00
config.w32
CREDITS
libtidy.txt
package.xml
php_tidy.def Adding new function tidy_get_opt_doc() to return option documentation at runtime. Thanks to nlopess for the patch 2005-04-25 20:46:16 +00:00
php_tidy.h - Bumber up year 2005-08-03 14:08:58 +00:00
README
tidy.c MFH: nuke php3 legacy 2005-12-06 02:28:41 +00:00
tidy.dsp
TODO

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.
---------------------------------------------------------------------------------------