Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - Fixed bug #54682 (Tidy::diagnose() NULL pointer dereference) | Felipe Pena | 2011-11-15 | 2 | -1/+14 |
| | |||||
* | - force LF (svn prop and config) | Pierre Joye | 2011-09-07 | 4 | -11/+12 |
| | |||||
* | - Make usage of new PHP_FE_END macro | Felipe Pena | 2011-07-25 | 1 | -3/+3 |
| | |||||
* | - 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 | 2 | -2/+2 |
| | |||||
* | - fix #39863, do not accept paths with NULL in them. See ↵ | Pierre Joye | 2010-11-18 | 1 | -2/+14 |
| | | | | http://news.php.net/php.internals/50191, trunk will have the patch later (adding a macro and/or changing (some) APIs. Patch by Rasmus | ||||
* | - Reverted r296062 and r296065 | Jani Taskinen | 2010-03-12 | 2 | -268/+217 |
| | |||||
* | MFH: Improved / fixed output buffering (Michael Wallner) | Jani Taskinen | 2010-03-11 | 2 | -217/+268 |
| | |||||
* | sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.php | Sebastian Bergmann | 2010-01-03 | 2 | -2/+2 |
| | |||||
* | Add a test for tidyNode::__construct() | Pierrick Charron | 2009-12-29 | 1 | -0/+12 |
| | |||||
* | Set the tidyNode constructor private | Pierrick Charron | 2009-12-28 | 2 | -1/+2 |
| | |||||
* | Changed tidyNode class to disallow manual node creation. | Pierrick Charron | 2009-12-25 | 3 | -22/+10 |
| | |||||
* | Fixed bug #50558 (Broken object model when extending tidy) | Pierrick Charron | 2009-12-25 | 2 | -15/+28 |
| | |||||
* | Merging last tests made in HEAD | Patrick Allaert | 2009-09-01 | 6 | -0/+120 |
| | |||||
* | test for /ext/tidy from stefan priebsch | Zoe Slattery | 2009-03-16 | 1 | -0/+41 |
| | |||||
* | - Fixed tests | Felipe Pena | 2009-01-09 | 2 | -0/+8 |
| | |||||
* | Param parsing cleanup | Ilia Alshanetsky | 2009-01-06 | 1 | -2/+2 |
| | |||||
* | MFH: Bump copyright year, 3 of 3. | Sebastian Bergmann | 2008-12-31 | 2 | -2/+2 |
| | |||||
* | 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 |
| | |||||
* | - MFH: first static lib then dyn or old one | Pierre Joye | 2008-08-01 | 1 | -1/+1 |
| | |||||
* | - 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 | 2 | -2/+2 |
| | |||||
* | more const kewywording | Nuno Lopes | 2008-01-25 | 2 | -2/+2 |
| | | | | | remove spl_functions_none var (wast used anywhere | ||||
* | MFH: Bump copyright year, 2 of 2. | Sebastian Bergmann | 2007-12-31 | 2 | -2/+2 |
| | |||||
* | 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 | 2 | -12/+46 |
| | | | | | # reported in a manual user note | ||||
* | Docs were added | Ilia Alshanetsky | 2007-08-14 | 1 | -3/+0 |
| | |||||
* | update for latest library rlease | Nuno Lopes | 2007-07-17 | 1 | -2/+0 |
| | |||||
* | get ride of warnings (different signdess) | Nuno Lopes | 2007-05-04 | 1 | -8/+8 |
| | |||||
* | Fixed test to work with new version of libtidy that strips spaces | Ilia Alshanetsky | 2007-02-24 | 1 | -6/+4 |
| | |||||
* | merge the tidyNode::getParent() patch from HEAD | Nuno Lopes | 2007-02-11 | 2 | -0/+40 |
| | |||||
* | add test | Nuno Lopes | 2007-01-23 | 1 | -0/+59 |
| | |||||
* | fix a few crashes | Nuno Lopes | 2007-01-23 | 1 | -4/+4 |
| | |||||
* | new tests. bump code coverage to 81% | Nuno Lopes | 2007-01-20 | 3 | -0/+115 |
| | |||||
* | 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 | 2 | -2/+2 |
| | |||||
* | - Fixed bug #39935 (Extensions tidy,mcrypt,mhash,pdo_sqlite ignores | Derick Rethans | 2006-12-23 | 1 | -1/+1 |
| | | | | | --with-libdir). | ||||
* | 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 |
| |