php-src/ext/tidy
2004-01-14 10:24:26 +00:00
..
examples Added examples for tidy v2.0 (in PHP5) and a few more tests.. 2004-01-03 05:23:24 +00:00
tests Doh.. snuck by me! 2004-01-14 06:57:51 +00:00
config.m4 ws & cs 2003-12-18 19:59:58 +00:00
config.w32 Make these build with new win32 build system. 2003-12-19 17:00:14 +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 package.xml file 2004-01-14 10:24:26 +00:00
php_tidy.h Apparently MSVC is not C99 compatible making variable marco arguments 2004-01-14 08:15:57 +00:00
README This was way out of date. 2004-01-12 10:02:04 +00:00
tidy.c Apparently MSVC is not C99 compatible making variable marco arguments 2004-01-14 08:15:57 +00:00
tidy.dsp It builds much better when linked to the right lib 2003-08-08 12:15:17 +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.
---------------------------------------------------------------------------------------