php-src/ext/tidy
2005-04-02 22:57:42 +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 tests 2005-04-02 22:57:42 +00:00
config.m4 ws & cs 2003-12-18 19:59:58 +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 export libtidy symbols 2004-03-22 23:07:55 +00:00
php_tidy.h Don't need MSHUTDOWN either here 2005-02-08 05:25:48 +00:00
README This was way out of date. 2004-01-12 10:02:04 +00:00
tidy.c Added three new properties to the node: line, column and if it is propreitary or not 2005-03-21 03:54:29 +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.
---------------------------------------------------------------------------------------