summaryrefslogtreecommitdiff
path: root/ext/tidy/tidy.c
Commit message (Expand)AuthorAgeFilesLines
* Releasing 1.0....John Coggeshall2003-11-131-1/+1
* Should've added a few more cases to that bugfix switch.John Coggeshall2003-11-031-0/+3
* Fixed a bug -- Nodes of certain types don't actually have ID values and PHPJohn Coggeshall2003-11-031-1/+8
* Fixed a --enable-maintainer-zts glitch where TSRMLS_DC was being usedJohn Coggeshall2003-09-251-3/+3
* Updated test cases and examples and cleaned up the new OO code so it willJohn Coggeshall2003-09-221-74/+32
* Completely re-wrote the ZE2 OO stuff to do it the proper way. It is notJohn Coggeshall2003-09-221-54/+416
* Complete refactoring of the OO support in tidy. Although currentlyJohn Coggeshall2003-09-221-613/+183
* Fix ZTS build.Ilia Alshanetsky2003-09-211-4/+4
* Added tidy_repair_string() & tidy_repair_file() that allow for quick repairIlia Alshanetsky2003-09-211-19/+104
* Tidy Hijacked! Read all about it ;)Ilia Alshanetsky2003-09-201-852/+540
* Moved things around and added some #ifdefs so that the extension can be usedJohn Coggeshall2003-09-141-53/+74
* Whitespace fixes.John Coggeshall2003-08-071-75/+130
* Keeping up with ZE changes to the function struct, fixed testsJohn Coggeshall2003-08-061-1/+1
* ZTS fixes.John Coggeshall2003-08-061-10/+11
* Fix memory leaksJohn Coggeshall2003-08-061-647/+666
* Segfault fix.John Coggeshall2003-08-011-6/+12
* Fixed a number of memleaks and cleaned up the code a bit.John Coggeshall2003-08-011-139/+179
* Adding the tidy extension to PECLJohn Coggeshall2003-08-011-0/+1874