php-src/ext/tidy
Felipe Pena 8ecf8ede1f - Removed:
- UG(unicode) checks
       - pcre_cache_entry.unicode_mode
- Changed:
       - ZEND_STR_TYPE -> IS_UNICODE
       - convert_to_text -> convert_to_unicode
       - convert_to_text_ex -> convert_to_unicode_ex

(Felipe, Steph)
2009-03-26 20:02:53 +00:00
..
examples
tests test for /ext/tidy from stefan priebsch 2009-03-16 20:37:18 +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 - first static lib then dyn or old one 2008-08-01 11:21:27 +00:00
CREDITS
package.xml
php_tidy.def MFB: update 2007-07-17 10:30:50 +00:00
php_tidy.h - This is PHP 6 - if this ... ever gets out 2009-03-10 23:40:06 +00:00
README MFB: static keywording 2006-08-14 15:17:03 +00:00
tidy.c - Removed: 2009-03-26 20:02:53 +00:00
tidy.dsp

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.