Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Happy New Year | Xinchen Hui | 2013-01-01 | 1 | -1/+1 |
| | |||||
* | Fixed the common misspelling of the word occurred (occured -> occurred) | Marc Easen | 2012-06-30 | 1 | -1/+1 |
| | |||||
* | fix bug #54682 (tidy null pointer dereference) | Antony Dovgal | 2012-02-07 | 1 | -2/+6 |
| | |||||
* | revert r319254 (fix bug #54682) since it is not correct | Nuno Lopes | 2012-01-21 | 1 | -1/+1 |
| | | | | | add test that was broken with that patch. this bug is probably in libtidy itself and not in PHP. I didn't investigate it enough to confirm, though | ||||
* | - Year++ | Felipe Pena | 2012-01-01 | 1 | -1/+1 |
| | |||||
* | - Fixed bug #54682 (Tidy::diagnose() NULL pointer dereference) | Felipe Pena | 2011-11-15 | 1 | -1/+1 |
| | |||||
* | - Make usage of new PHP_FE_END macro | Felipe Pena | 2011-07-25 | 1 | -3/+3 |
| | |||||
* | Don't expect a path for tidy_repair_string() and fix the tests | Rasmus Lerdorf | 2011-06-12 | 1 | -4/+6 |
| | |||||
* | - Added new parameter parsing option (p - for valid path (string without ↵ | Felipe Pena | 2011-06-06 | 1 | -4/+4 |
| | | | | | | | | null byte in the middle)) # The tests will be fixed in the next commits | ||||
* | - keep node creation check | Pierre Joye | 2011-04-25 | 1 | -1/+1 |
| | |||||
* | - keep inode creation check | Pierre Joye | 2011-04-25 | 1 | -0/+4 |
| | |||||
* | - fix use of unitiliazed var | Pierre Joye | 2011-04-24 | 1 | -3/+3 |
| | |||||
* | - Year++ | Felipe Pena | 2011-01-01 | 1 | -1/+1 |
| | |||||
* | * implement new output API, fixing some bugs and implementing some feature | Michael Wallner | 2010-05-31 | 1 | -105/+149 |
| | | | | | | | | | | | requests--let's see what I can dig out of the bugtracker for NEWS-- and while crossing the road: * implemented new zlib API * fixed up ext/tidy (what was "s&" in zend_parse_parameters() supposed to do?) Thanks to Jani and Felipe for pioneering. | ||||
* | Fixed compatibility with "Run Time Cache" patch | Dmitry Stogov | 2010-05-25 | 1 | -0/+12 |
| | |||||
* | Added caches to eliminate repeatable run-time bindings of functions, ↵ | Dmitry Stogov | 2010-05-24 | 1 | -3/+1 |
| | | | | classes, constants, methods and properties | ||||
* | Removed safe_mode | Kalle Sommer Nielsen | 2010-04-26 | 1 | -5/+4 |
| | | | | | | | * Removed ini options, safe_mode* * Removed --enable-safe-mode --with-exec-dir configure options on Unix * Updated extensions, SAPI's and core * php_get_current_user() is now declared in main.c, thrus no need to include safe_mode.h anymore | ||||
* | - Reverted r296062 and r296065 | Jani Taskinen | 2010-03-12 | 1 | -267/+217 |
| | |||||
* | MFH: Improved / fixed output buffering (Michael Wallner) | Jani Taskinen | 2010-03-11 | 1 | -217/+267 |
| | |||||
* | sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.php | Sebastian Bergmann | 2010-01-03 | 1 | -1/+1 |
| | |||||
* | Set the tidyNode constructor private | Pierrick Charron | 2009-12-28 | 1 | -1/+1 |
| | |||||
* | Changed tidyNode class to disallow manual node creation. | Pierrick Charron | 2009-12-25 | 1 | -0/+10 |
| | |||||
* | Fixed bug #50558 (Broken object model when extending tidy) | Pierrick Charron | 2009-12-25 | 1 | -15/+0 |
| | |||||
* | Param parsing cleanup | Ilia Alshanetsky | 2009-01-06 | 1 | -2/+2 |
| | |||||
* | MFH: Bump copyright year, 3 of 3. | Sebastian Bergmann | 2008-12-31 | 1 | -1/+1 |
| | |||||
* | MFH | Antony Dovgal | 2008-12-27 | 1 | -2/+2 |
| | |||||
* | MFH: fix compile warning | Antony Dovgal | 2008-12-27 | 1 | -2/+2 |
| | |||||
* | - MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macro | Felipe Pena | 2008-11-17 | 1 | -25/+0 |
| | |||||
* | - Revert ZEND_BEGIN_ARG_INFO change | Felipe Pena | 2008-11-02 | 1 | -0/+25 |
| | |||||
* | - MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macro | Felipe Pena | 2008-10-24 | 1 | -25/+0 |
| | |||||
* | - Added arginfo (functions) | Felipe Pena | 2008-07-03 | 1 | -25/+150 |
| | |||||
* | MFH: New way for check void parameters | Felipe Pena | 2008-03-10 | 1 | -6/+6 |
| | |||||
* | - MFH revert over constfying | Marcus Boerger | 2008-01-27 | 1 | -1/+1 |
| | |||||
* | more const kewywording | Nuno Lopes | 2008-01-25 | 1 | -1/+1 |
| | | | | | remove spl_functions_none var (wast used anywhere | ||||
* | MFH: Bump copyright year, 2 of 2. | Sebastian Bergmann | 2007-12-31 | 1 | -1/+1 |
| | |||||
* | MFH: Added macros for managing zval refcounts and is_ref statuses | Yiduo (David) Wang | 2007-10-07 | 1 | -2/+2 |
| | |||||
* | Improved memory usage by movig constants to read only memory. (Dmitry, Pierre) | Dmitry Stogov | 2007-09-27 | 1 | -3/+3 |
| | |||||
* | fix crash when fetching a node type that doesnt exist | Nuno Lopes | 2007-09-20 | 1 | -12/+18 |
| | | | | | # reported in a manual user note | ||||
* | get ride of warnings (different signdess) | Nuno Lopes | 2007-05-04 | 1 | -8/+8 |
| | |||||
* | merge the tidyNode::getParent() patch from HEAD | Nuno Lopes | 2007-02-11 | 1 | -0/+25 |
| | |||||
* | fix a few crashes | Nuno Lopes | 2007-01-23 | 1 | -4/+4 |
| | |||||
* | fix another crash | Nuno Lopes | 2007-01-20 | 1 | -2/+4 |
| | |||||
* | fix crash. tests will follow | Nuno Lopes | 2007-01-20 | 1 | -1/+1 |
| | |||||
* | fix segfaults with new libtidy. the patch is backwards compatible | Nuno Lopes | 2007-01-19 | 1 | -17/+18 |
| | |||||
* | MFH: Bump year. | Sebastian Bergmann | 2007-01-01 | 1 | -1/+1 |
| | |||||
* | MFH: Fix double "wron param count" messages | Hannes Magnusson | 2006-11-03 | 1 | -1/+1 |
| | |||||
* | protos | Hannes Magnusson | 2006-10-02 | 1 | -1/+1 |
| | |||||
* | remove warning. thanks Tony for noticing | Nuno Lopes | 2006-09-15 | 1 | -2/+0 |
| | |||||
* | remove more old code and macros. also remove the module global 'inst' (not ↵ | Nuno Lopes | 2006-09-15 | 1 | -55/+7 |
| | | | | needed anymore) | ||||
* | sync code and tests between HEAD and PHP_5_2 branches. what a confusion... | Nuno Lopes | 2006-09-05 | 1 | -1/+1 |
| |