php-src/ext/tidy
Florian MARGAINE 8eb7e7bf7f Merge branch 'master' into issue-67910
Conflicts:
	README.PARAMETER_PARSING_API
	ext/gmp/tests/001.phpt
2014-09-20 10:09:21 +02:00
..
examples Deletes patch leftovers 2014-09-20 10:03:54 +02:00
tests Refactored tidy (all tests passes) 2014-05-14 16:44:07 +08:00
config.m4 Fix long-standing visual pain point: the misalignment of './configure help' text. 2013-08-06 11:06:09 -07:00
config.w32 - MFH: first static lib then dyn or old one 2008-08-01 11:21:50 +00:00
CREDITS Tidy Hijacked! Read all about it ;) 2003-09-20 19:45:32 +00:00
package.xml - Fix the php dependency 2004-01-15 19:33:10 +00:00
php_tidy.def update for latest library rlease 2007-07-17 10:29:32 +00:00
php_tidy.h s/PHP 5/PHP 7/ 2014-09-19 18:33:14 +02:00
README more static keywording 2006-08-14 15:09:08 +00:00
tidy.c s/PHP 5/PHP 7/ 2014-09-19 18:33:14 +02:00
tidy.dsp Replaces php5 with php7, without whitespace changes. 2014-09-20 10:01:44 +02: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.