php-src/ext/tidy
2007-10-07 05:15:07 +00:00
..
examples Removed examples which don't actually work anymore for PHP 4, and 2004-08-28 18:10:21 +00:00
tests MFB: fix crash in tidy_get_body() and related functions when the node doesnt exist 2007-09-20 22:30:49 +00:00
config.m4 - MFB: Fixed bug #39935 (Extensions tidy,mcrypt,mhash,pdo_sqlite ignores 2006-12-23 18:00:49 +00:00
config.w32 export libtidy symbols 2004-03-22 23:07:55 +00:00
CREDITS
package.xml
php_tidy.def MFB: update 2007-07-17 10:30:50 +00:00
php_tidy.h Bump year. 2007-01-01 09:29:37 +00:00
README MFB: static keywording 2006-08-14 15:17:03 +00:00
tidy.c Added macros for managing zval refcounts and is_ref statuses 2007-10-07 05:15:07 +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

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.