summaryrefslogtreecommitdiff
path: root/ext/tidy/tidy.c
Commit message (Expand)AuthorAgeFilesLines
* MFB: fix #37418 (tidy module crashes CLI version of PHP)Antony Dovgal2006-05-241-1/+12
* convert a few more functions to unicode and adapt the tests as wellNuno Lopes2006-05-071-6/+6
* fix thread safe buildNuno Lopes2006-05-061-1/+1
* use the new zend_unicode_to_ascii() function. this should also fix windows bu...Nuno Lopes2006-05-061-9/+2
* fix a bunch of tests in unicode mode by fixing the config array transverserNuno Lopes2006-04-251-21/+41
* mark a couple of functions as unicode-safe. no changes to code requiredNuno Lopes2006-04-251-19/+19
* upgrade tidy_get_release() to unicode.Nuno Lopes2006-04-231-2/+2
* MFB: fix build with newer libtidy versions on windowsNuno Lopes2006-04-191-4/+9
* MF51: fix bug #36898 (__set() leaks in classes extending internal ones)Antony Dovgal2006-03-291-5/+2
* Under threat of being slept with by Marcus, adding new getParent() methodJohn Coggeshall2006-03-231-0/+25
* So long safe_mode mode.Ilia Alshanetsky2006-03-081-1/+0
* - Get rid of using ENFORCE_SAFE_MODE.Andi Gutmans2006-02-191-1/+1
* Start nuking safe_mode. Still a lot of work to do...Andi Gutmans2006-02-191-4/+4
* bump year and license versionfoobar2006-01-011-3/+3
* - Nuke php3 legacyfoobar2005-12-061-4/+4
* fix #35197 (Destructor is not called) and similar issues in other extensionsAntony Dovgal2005-11-141-1/+1
* fix bug #34965 tidy is not binary safeMichael Wallner2005-10-251-38/+66
* MF51: make GCC happy and improve CS a bitAntony Dovgal2005-10-121-1/+2
* - Update cast_object handlersMarcus Boerger2005-10-051-4/+4
* ZTS fixes.Sebastian Bergmann2005-08-121-1/+1
* - Bumber up yearfoobar2005-08-031-1/+1
* Adding new function tidy_get_opt_doc() to return option documentation at runt...John Coggeshall2005-04-251-0/+47
* 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-081-7/+1
* Get rid of more useless RINIT/RSHUTDOWN callsRasmus Lerdorf2005-02-071-6/+1
* tidy_repair_string() should not try to load config file if there was no confi...Antony Dovgal2004-12-301-8/+10
* CSIlia Alshanetsky2004-11-251-46/+44
* fix #30780 (tidy segfaults on 'new tidyNode;')Antony Dovgal2004-11-141-7/+9
* Return FALSE when file cannot be found.Ilia Alshanetsky2004-09-261-1/+1
* Update prototypesZeev Suraski2004-08-041-11/+11
* Changing the Tidy version to 2.0John Coggeshall2004-07-141-1/+1
* MFB: Fixed bug #1713 (possible crash inside tidy_get_error_buffer()).Ilia Alshanetsky2004-06-241-1/+5
* Fixed bug #1580 (Tidy configuration settings leak memory).Ilia Alshanetsky2004-06-081-13/+26
* 'tidy' should not be final, but 'tidyNode' should be.John Coggeshall2004-05-281-4/+4
* Fixed leaks on fatal errors in tidy.Ilia Alshanetsky2004-05-231-0/+8
* Reset opt_name to NULL to ensure it's not re-used if numeric keys can beIlia Alshanetsky2004-05-111-0/+1
* Renamed tidy_node to tidyNode, removed the tidy_exception class and updatedJohn Coggeshall2004-05-091-3/+4
* No need for exception function, and renamed the 'error_buf' prop toJohn Coggeshall2004-04-201-26/+3
* Fixed compiler warnings.Ilia Alshanetsky2004-04-201-2/+2
* Fixing a tidy_getopt() bug, and converting all exceptions to E_WARNINGJohn Coggeshall2004-04-181-16/+12
* Fixed construct bug and Windows build.John Coggeshall2004-04-161-9/+13
* - Fix initializationsDerick Rethans2004-04-161-2/+2
* Modified error handling:John Coggeshall2004-04-161-14/+32
* Declare variables before calling functions. This makes tidy compile on Win32.Frank M. Kromann2004-04-141-7/+5
* - Removed things related to attribute classes / consts which noJohn Coggeshall2004-04-121-33/+39
* Fix typofoobar2004-02-261-2/+2
* - Moved internally used includes/macros/structs/etc. into tidy.c to preventfoobar2004-02-231-5/+185
* - silence warningJan Lehnardt2004-02-141-1/+1
* zend_default_classes.h -> zend_exceptions.hZeev Suraski2004-02-121-1/+1
* - Update with new destructor codeZeev Suraski2004-02-041-2/+2