php-src/ext/tidy
2006-01-01 12:51:34 +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 export libtidy symbols 2004-03-22 23:07:55 +00:00
CREDITS Tidy Hijacked! Read all about it ;) 2003-09-20 19:45:32 +00:00
libtidy.txt Added a note & fix for a memory leak in libtidy. 2003-09-21 20:21:39 +00:00
package.xml - Fix the php dependency 2004-01-15 19:33:10 +00:00
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 bump year and license version 2006-01-01 12:51:34 +00:00
README This was way out of date. 2004-01-12 10:02:04 +00:00
tidy.c bump year and license version 2006-01-01 12:51:34 +00:00
tidy.dsp - Renamed all *php4* files to *php5*, changed all php4/PHP4 to php5/PHP5 2004-01-17 13:00:38 +00:00
TODO Tons of changes for Tidy 2.0 -- output buffering, multiple documents, 2003-12-14 06:02:33 +00:00

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