summaryrefslogtreecommitdiff
path: root/ext/tidy
Commit message (Collapse)AuthorAgeFilesLines
* MFB: fix #37418 (tidy module crashes CLI version of PHP)Antony Dovgal2006-05-242-1/+13
|
* fix test, sorry.Nuno Lopes2006-05-071-4/+4
|
* convert a few more functions to unicode and adapt the tests as wellNuno Lopes2006-05-073-6/+33
|
* fix thread safe buildNuno Lopes2006-05-061-1/+1
|
* fix tests in Unicode modeNuno Lopes2006-05-063-1/+755
|
* use the new zend_unicode_to_ascii() function. this should also fix windows ↵Nuno Lopes2006-05-061-9/+2
| | | | builds
* rename test to follow the convention and expand it a littleNuno Lopes2006-04-291-1/+2
|
* new test that reveals problems in other places. more details on the MLNuno Lopes2006-04-291-0/+37
|
* fix a bunch of tests in unicode mode by fixing the config array transverserNuno Lopes2006-04-251-21/+41
| | | | | | also fix the compiler warnings # Andrey: is it possible to have a zend_convert_unicode_to_ascii() function please? it would make this code much simpler
* 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
| | | | | #say now if anything is wrong before I start upgrading the rest of the functions
* MFB: fix build with newer libtidy versions on windowsNuno Lopes2006-04-191-4/+9
|
* Fixing static build in windozeJohn Coggeshall2006-04-191-1/+0
|
* MF51: fix bug #36898 (__set() leaks in classes extending internal ones)Antony Dovgal2006-03-291-5/+2
| | | | | | | Added: ZEND_API void zend_object_std_init(zend_object *object, zend_class_entry *ce TSRMLS_DC) ZEND_API void zend_object_std_dtor(zend_object *object TSRMLS_DC)
* Under threat of being slept with by Marcus, adding new getParent() methodJohn Coggeshall2006-03-233-0/+38
| | | | | for node traversals
* So long safe_mode mode.Ilia Alshanetsky2006-03-081-1/+0
| | | | | | Also removed the magic_quotes configure option, no longer relevant since the magic is gone :-).
* - 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-012-6/+6
|
* - 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-252-38/+82
|
* 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-032-2/+2
|
* - Unify the "configure --help" textsfoobar2005-05-291-1/+1
|
* Adding new function tidy_get_opt_doc() to return option documentation at ↵John Coggeshall2005-04-254-0/+57
| | | | runtime. Thanks to nlopess for the patch
* fix testsfoobar2005-04-022-33/+231
|
* Added three new properties to the node: line, column and if it is ↵John Coggeshall2005-03-211-0/+11
| | | | propreitary or not
* 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 ↵Antony Dovgal2004-12-301-8/+10
| | | | config parameter
* This test is conditional on the libTidy library. On some configurationsIlia Alshanetsky2004-11-301-1/+1
| | | | | tidy crashes due to a bug in the lib.
* CSIlia Alshanetsky2004-11-251-46/+44
|
* Tests were fixed.Dmitry Stogov2004-11-225-6/+5
|
* fix #30780 (tidy segfaults on 'new tidyNode;')Antony Dovgal2004-11-141-7/+9
|
* Return FALSE when file cannot be found.Ilia Alshanetsky2004-09-262-2/+3
| | | | | Specify full paths to the files used for the test.
* Removed examples which don't actually work anymore for PHP 4, andJohn Coggeshall2004-08-285-160/+5
| | | | | updated those that do for PHP 5.
* 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
|
* - Remove unused blocksMarcus Boerger2004-05-1916-48/+0
|
* Reset opt_name to NULL to ensure it's not re-used if numeric keys can beIlia Alshanetsky2004-05-111-0/+1
| | | | | found inside the options array.
* Renamed tidy_node to tidyNode, removed the tidy_exception class and updatedJohn Coggeshall2004-05-093-37/+38
| | | | | the tests.
* Fixed test.Ilia Alshanetsky2004-04-251-3/+1
|
* No need for exception function, and renamed the 'error_buf' prop toJohn Coggeshall2004-04-201-26/+3
| | | | | errorBuffer to conform with the rest of the ext.