php-src/ext/tidy
Johannes Schlüter b025b9d0cf Fix #62432 ReflectionMethod random corrupt memory on high concurrent
This fixes the same issue in multiple extensions. This isn't needed
in later branches as 5.4 introduced object_properties_init()
2012-06-27 23:26:33 +02:00
..
examples Removed examples which don't actually work anymore for PHP 4, and 2004-08-28 18:10:21 +00:00
tests Fix bug #62066 Test Bug - ext/tidy/tests/004.phpt 2012-05-21 12:51:24 +02:00
config.m4 - Fixed bug #39935 (Extensions tidy,mcrypt,mhash,pdo_sqlite ignores 2006-12-23 17:58:47 +00:00
config.w32 - MFH: first static lib then dyn or old one 2008-08-01 11:21:50 +00:00
CREDITS
package.xml
php_tidy.def update for latest library rlease 2007-07-17 10:29:32 +00:00
php_tidy.h - Year++ 2012-01-01 13:15:04 +00:00
README more static keywording 2006-08-14 15:09:08 +00:00
tidy.c Fix #62432 ReflectionMethod random corrupt memory on high concurrent 2012-06-27 23:26:33 +02: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.