Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | - MFB: Fixed bug #39935 (Extensions tidy,mcrypt,mhash,pdo_sqlite ignores | Derick Rethans | 2006-12-23 | 1 | -1/+1 | |
| | | | | | --with-libdir). | |||||
* | convert a few more functions | Nuno Lopes | 2006-11-01 | 1 | -25/+56 | |
| | ||||||
* | start converting the tidy and tidyNode objects to be Unicode aware | Nuno Lopes | 2006-11-01 | 1 | -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 by | Andrei Zmievski | 2006-10-13 | 1 | -4/+4 | |
| | | | | | | | various types as needed. - Use that parameter to pass a specific converter for IS_UNICODE/IS_STRING types. | |||||
* | Error message clean up | Hannes Magnusson | 2006-10-08 | 1 | -4/+4 | |
| | | | | | (patch by Matt W (php_lists -AT- realpain.com)) | |||||
* | Protos | Hannes Magnusson | 2006-10-02 | 1 | -1/+1 | |
| | ||||||
* | MFB | Nuno Lopes | 2006-09-15 | 1 | -2/+0 | |
| | ||||||
* | MFB | Nuno Lopes | 2006-09-15 | 2 | -39/+6 | |
| | ||||||
* | - add note why we can't have a chunk-sized output handler | Michael Wallner | 2006-09-07 | 1 | -0/+4 | |
| | ||||||
* | - upgrade ob_tidyhandler | Michael Wallner | 2006-09-06 | 3 | -63/+126 | |
| | ||||||
* | sync code and tests with PHP_5_2 | Nuno Lopes | 2006-09-05 | 4 | -104/+136 | |
| | ||||||
* | z/Z problem fixes | Antony Dovgal | 2006-08-31 | 1 | -19/+19 | |
| | ||||||
* | no such function | Antony Dovgal | 2006-08-30 | 1 | -1/+0 | |
| | ||||||
* | fix tidy problems caused by returning local static buffers | Antony Dovgal | 2006-08-30 | 1 | -5/+11 | |
| | | | | | looks like somebody forgot to MFB this patch.. | |||||
* | add UEXPECTF | Antony Dovgal | 2006-08-30 | 1 | -0/+17 | |
| | ||||||
* | fix a couple of leaks, add new test | Antony Dovgal | 2006-08-30 | 2 | -2/+40 | |
| | ||||||
* | MFB: static keywording | Nuno Lopes | 2006-08-14 | 4 | -118/+97 | |
| | ||||||
* | - fix compiler warnings | Michael Wallner | 2006-07-25 | 1 | -13/+13 | |
| | ||||||
* | - reduce memory footprint | Michael Wallner | 2006-07-25 | 1 | -25/+13 | |
| | ||||||
* | remove some left overs plus static keywording | Nuno Lopes | 2006-07-08 | 1 | -10/+4 | |
| | ||||||
* | Added automatic module globals management | Dmitry Stogov | 2006-06-13 | 1 | -18/+5 | |
| | ||||||
* | - explicit usage of TS macros | Michael Wallner | 2006-06-03 | 1 | -2/+2 | |
| | | | | | # this could have been raised a lot earlier | |||||
* | - new output control code | Michael Wallner | 2006-06-02 | 1 | -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 Dovgal | 2006-05-24 | 2 | -1/+13 | |
| | ||||||
* | fix test, sorry. | Nuno Lopes | 2006-05-07 | 1 | -4/+4 | |
| | ||||||
* | convert a few more functions to unicode and adapt the tests as well | Nuno Lopes | 2006-05-07 | 3 | -6/+33 | |
| | ||||||
* | fix thread safe build | Nuno Lopes | 2006-05-06 | 1 | -1/+1 | |
| | ||||||
* | fix tests in Unicode mode | Nuno Lopes | 2006-05-06 | 3 | -1/+755 | |
| | ||||||
* | use the new zend_unicode_to_ascii() function. this should also fix windows ↵ | Nuno Lopes | 2006-05-06 | 1 | -9/+2 | |
| | | | | builds | |||||
* | rename test to follow the convention and expand it a little | Nuno Lopes | 2006-04-29 | 1 | -1/+2 | |
| | ||||||
* | new test that reveals problems in other places. more details on the ML | Nuno Lopes | 2006-04-29 | 1 | -0/+37 | |
| | ||||||
* | fix a bunch of tests in unicode mode by fixing the config array transverser | Nuno Lopes | 2006-04-25 | 1 | -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 required | Nuno Lopes | 2006-04-25 | 1 | -19/+19 | |
| | ||||||
* | upgrade tidy_get_release() to unicode. | Nuno Lopes | 2006-04-23 | 1 | -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 windows | Nuno Lopes | 2006-04-19 | 1 | -4/+9 | |
| | ||||||
* | Fixing static build in windoze | John Coggeshall | 2006-04-19 | 1 | -1/+0 | |
| | ||||||
* | MF51: fix bug #36898 (__set() leaks in classes extending internal ones) | Antony Dovgal | 2006-03-29 | 1 | -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() method | John Coggeshall | 2006-03-23 | 3 | -0/+38 | |
| | | | | | for node traversals | |||||
* | So long safe_mode mode. | Ilia Alshanetsky | 2006-03-08 | 1 | -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 Gutmans | 2006-02-19 | 1 | -1/+1 | |
| | ||||||
* | Start nuking safe_mode. Still a lot of work to do... | Andi Gutmans | 2006-02-19 | 1 | -4/+4 | |
| | ||||||
* | bump year and license version | foobar | 2006-01-01 | 2 | -6/+6 | |
| | ||||||
* | - Nuke php3 legacy | foobar | 2005-12-06 | 1 | -4/+4 | |
| | ||||||
* | fix #35197 (Destructor is not called) and similar issues in other extensions | Antony Dovgal | 2005-11-14 | 1 | -1/+1 | |
| | ||||||
* | fix bug #34965 tidy is not binary safe | Michael Wallner | 2005-10-25 | 2 | -38/+82 | |
| | ||||||
* | MF51: make GCC happy and improve CS a bit | Antony Dovgal | 2005-10-12 | 1 | -1/+2 | |
| | ||||||
* | - Update cast_object handlers | Marcus Boerger | 2005-10-05 | 1 | -4/+4 | |
| | ||||||
* | ZTS fixes. | Sebastian Bergmann | 2005-08-12 | 1 | -1/+1 | |
| | ||||||
* | - Bumber up year | foobar | 2005-08-03 | 2 | -2/+2 | |
| | ||||||
* | - Unify the "configure --help" texts | foobar | 2005-05-29 | 1 | -1/+1 | |
| |