mirror of
https://github.com/php/php-src.git
synced 2025-08-18 06:58:55 +02:00
![]() Some of the tidy tests expect output that can change. The motivating example is an object "id" that is some integer, but no integer in particular. Those hard-coded values have been changed to accept any integer so that the test suite passes when tidy-html5 is used. |
||
---|---|---|
.. | ||
examples | ||
tests | ||
config.m4 | ||
config.w32 | ||
CREDITS | ||
package.xml | ||
php_tidy.def | ||
php_tidy.h | ||
README | ||
tidy.c |
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.