You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
foobar 3e669bc950 MFH: nuke php3 legacy 20 years ago
..
examples Removed examples which don't actually work anymore for PHP 4, and 22 years ago
tests fix bug #34965 tidy is not binary safe 20 years ago
CREDITS Tidy Hijacked! Read all about it ;) 23 years ago
README This was way out of date. 22 years ago
TODO Tons of changes for Tidy 2.0 -- output buffering, multiple documents, 22 years ago
config.m4 - Unify the "configure --help" texts 21 years ago
config.w32 export libtidy symbols 22 years ago
libtidy.txt Added a note & fix for a memory leak in libtidy. 23 years ago
package.xml - Fix the php dependency 22 years ago
php_tidy.def Adding new function tidy_get_opt_doc() to return option documentation at runtime. Thanks to nlopess for the patch 21 years ago
php_tidy.h - Bumber up year 21 years ago
tidy.c MFH: nuke php3 legacy 20 years ago
tidy.dsp - Renamed all *php4* files to *php5*, changed all php4/PHP4 to php5/PHP5 22 years ago

README


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