summaryrefslogtreecommitdiff
path: root/ext/tidy
Commit message (Expand)AuthorAgeFilesLines
* MFH: Bump copyright year, 2 of 2.Sebastian Bergmann2007-12-312-2/+2
* fix crash when fetching a node type that doesnt existNuno Lopes2007-09-202-12/+46
* Docs were addedIlia Alshanetsky2007-08-141-3/+0
* update for latest library rleaseNuno Lopes2007-07-171-2/+0
* get ride of warnings (different signdess)Nuno Lopes2007-05-041-8/+8
* Fixed test to work with new version of libtidy that strips spacesIlia Alshanetsky2007-02-241-6/+4
* merge the tidyNode::getParent() patch from HEADNuno Lopes2007-02-112-0/+40
* add testNuno Lopes2007-01-231-0/+59
* fix a few crashesNuno Lopes2007-01-231-4/+4
* new tests. bump code coverage to 81%Nuno Lopes2007-01-203-0/+115
* fix another crashNuno Lopes2007-01-201-2/+4
* fix crash. tests will followNuno Lopes2007-01-201-1/+1
* fix segfaults with new libtidy. the patch is backwards compatibleNuno Lopes2007-01-191-17/+18
* MFH: Bump year.Sebastian Bergmann2007-01-012-2/+2
* - Fixed bug #39935 (Extensions tidy,mcrypt,mhash,pdo_sqlite ignoresDerick Rethans2006-12-231-1/+1
* MFH: Fix double "wron param count" messagesHannes Magnusson2006-11-031-1/+1
* protosHannes Magnusson2006-10-021-1/+1
* remove warning. thanks Tony for noticingNuno Lopes2006-09-151-2/+0
* remove more old code and macros. also remove the module global 'inst' (not ne...Nuno Lopes2006-09-152-63/+7
* sync code and tests between HEAD and PHP_5_2 branches. what a confusion...Nuno Lopes2006-09-056-40/+140
* finish the cleaning. also add a new testNuno Lopes2006-09-052-14/+49
* remove some leftover code from the time tidy would throw exceptionsNuno Lopes2006-09-051-37/+0
* MFH: z/Z problem fixesAntony Dovgal2006-08-311-19/+19
* no such functionAntony Dovgal2006-08-301-1/+0
* MFH: fix leak, add testAntony Dovgal2006-08-302-1/+39
* move static declaration to *.c filesNuno Lopes2006-08-142-52/+52
* more static keywordingNuno Lopes2006-08-144-116/+95
* MFHNuno Lopes2006-07-081-22/+11
* Added automatic module globals managementDmitry Stogov2006-06-151-18/+5
* fix #37418 (tidy module crashes CLI version of PHP)Antony Dovgal2006-05-242-1/+13
* - Update after api changesMarcus Boerger2006-05-101-4/+4
* fix build with newer libtidy versions on windowsNuno Lopes2006-04-191-4/+9
* Fixing static builds on windoze machines for our current lib versionJohn Coggeshall2006-04-191-1/+0
* #ifdef new functions and use their bodies to make PECL extensions compile wit...Antony Dovgal2006-04-031-1/+21
* fix bug #36898 (__set() leaks in classes extending internal ones)Antony Dovgal2006-03-291-5/+2
* bump year and license versionfoobar2006-01-012-6/+6
* MFH: nuke php3 legacyfoobar2005-12-061-4/+4
* MFH: fix #35197 (Destructor is not called) and similar issues in other extens...Antony Dovgal2005-11-141-1/+1
* fix bug #34965 tidy is not binary safeMichael Wallner2005-10-252-38/+82
* make GCC happy and improve CS a bitAntony Dovgal2005-10-121-1/+2
* - Bumber up yearfoobar2005-08-032-2/+2
* - Unify the "configure --help" textsfoobar2005-05-291-1/+1
* Adding new function tidy_get_opt_doc() to return option documentation at runt...John Coggeshall2005-04-254-0/+57
* fix testsfoobar2005-04-022-33/+231
* Added three new properties to the node: line, column and if it is propreitary...John Coggeshall2005-03-211-0/+11
* Don't need MSHUTDOWN either hereRasmus Lerdorf2005-02-082-8/+1
* Get rid of more useless RINIT/RSHUTDOWN callsRasmus Lerdorf2005-02-072-7/+1
* tidy_repair_string() should not try to load config file if there was no confi...Antony Dovgal2004-12-301-8/+10
* This test is conditional on the libTidy library. On some configurationsIlia Alshanetsky2004-11-301-1/+1
* CSIlia Alshanetsky2004-11-251-46/+44