mirror of
https://github.com/php/php-src.git
synced 2025-08-20 01:14:28 +02:00
add test that was broken with that patch. this bug is probably in libtidy itself and not in PHP. I didn't investigate it enough to confirm, though |
||
|---|---|---|
| .. | ||
| examples | ||
| tests | ||
| config.m4 | ||
| config.w32 | ||
| CREDITS | ||
| package.xml | ||
| php_tidy.def | ||
| php_tidy.h | ||
| README | ||
| tidy.c | ||
| 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.