php-src/ext/tidy
Christoph M. Becker 20695fb895 Merge branch 'PHP-7.1' into PHP-7.2
* PHP-7.1:
  Fix #77027: tidy::getOptDoc() not available on Windows
2018-10-17 16:30:46 +02:00
..
examples Sync leading and final newlines in source code files 2018-10-14 12:54:08 +02:00
tests Sync leading and final newlines in *.phpt sections 2018-10-15 04:31:31 +02:00
config.m4 improve lib name guessing for newer libtidy 2016-11-09 11:28:50 +01:00
config.w32 Fix #77027: tidy::getOptDoc() not available on Windows 2018-10-17 16:27:07 +02:00
CREDITS
package.xml Trim trailing whitespace in source code files 2018-10-13 14:14:50 +02:00
php_tidy.def update for latest library rlease 2007-07-17 10:29:32 +00:00
php_tidy.h year++ 2018-01-02 12:55:14 +08:00
README Sync leading and final newlines in source code files 2018-10-14 12:54:08 +02:00
tidy.c year++ 2018-01-02 12:55:14 +08: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.