summaryrefslogtreecommitdiff
path: root/ext/tidy
Commit message (Collapse)AuthorAgeFilesLines
...
* - MFB: Fixed bug #39935 (Extensions tidy,mcrypt,mhash,pdo_sqlite ignoresDerick Rethans2006-12-231-1/+1
| | | | | --with-libdir).
* convert a few more functionsNuno Lopes2006-11-011-25/+56
|
* start converting the tidy and tidyNode objects to be Unicode awareNuno Lopes2006-11-011-30/+73
| | | | | | I added a converter pointer per node, so that the text can be converted to unicode when requested this commit also breaks a few tests in unicode mode, but it isnt scary at this time :P
* - Add an extra parameter to the cast_object handler that can be used byAndrei Zmievski2006-10-131-4/+4
| | | | | | | various types as needed. - Use that parameter to pass a specific converter for IS_UNICODE/IS_STRING types.
* Error message clean upHannes Magnusson2006-10-081-4/+4
| | | | | (patch by Matt W (php_lists -AT- realpain.com))
* ProtosHannes Magnusson2006-10-021-1/+1
|
* MFBNuno Lopes2006-09-151-2/+0
|
* MFBNuno Lopes2006-09-152-39/+6
|
* - add note why we can't have a chunk-sized output handlerMichael Wallner2006-09-071-0/+4
|
* - upgrade ob_tidyhandlerMichael Wallner2006-09-063-63/+126
|
* sync code and tests with PHP_5_2Nuno Lopes2006-09-054-104/+136
|
* z/Z problem fixesAntony Dovgal2006-08-311-19/+19
|
* no such functionAntony Dovgal2006-08-301-1/+0
|
* fix tidy problems caused by returning local static buffersAntony Dovgal2006-08-301-5/+11
| | | | | looks like somebody forgot to MFB this patch..
* add UEXPECTFAntony Dovgal2006-08-301-0/+17
|
* fix a couple of leaks, add new testAntony Dovgal2006-08-302-2/+40
|
* MFB: static keywordingNuno Lopes2006-08-144-118/+97
|
* - fix compiler warningsMichael Wallner2006-07-251-13/+13
|
* - reduce memory footprintMichael Wallner2006-07-251-25/+13
|
* remove some left overs plus static keywordingNuno Lopes2006-07-081-10/+4
|
* Added automatic module globals managementDmitry Stogov2006-06-131-18/+5
|
* - explicit usage of TS macrosMichael Wallner2006-06-031-2/+2
| | | | | # this could have been raised a lot earlier
* - new output control codeMichael Wallner2006-06-021-1/+5
| | | | | | | | | | | | # scan README.NEW-OUTPUT-API to get a grasp # tree has been tagged with BEFORE_NEW_OUTPUT_API # # TODO: # - improve existing output handlers # - move zlib.output_compression cruft from SAPI.c to zlib.c # - output_encoding handling was ambigious, resp. is undefined yet # - more tests
* 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
|