summaryrefslogtreecommitdiff
path: root/it_debug.class
AgeCommit message (Expand)AuthorFilesLines
2012-03-22output even incorrectly encoded dataUrban Müller1-2/+2
2012-03-20Explicitely give encoding for htmlspecialchars for PHP 5.4 compatibilityChristian Schneider1-2/+2
2012-02-13Replace preg_replace /e modifier with preg_replace_callback: Modified planned...Christian Schneider1-1/+1
2012-01-09style cleanupUrban Müller1-4/+1
2011-12-21protect against overwrite from belowUrban Müller1-1/+1
2011-09-27speedup and lower mem usage for tracesUrban Müller1-15/+10
2011-09-06print err if stackdump not possibleUrban Müller1-1/+3
2011-09-05Fix PHP 5.3.8 problem with is_a() called with string as first argumentChristian Schneider1-1/+1
2011-07-18link feature killed pending validationUrban Müller1-1/+1
2011-06-27fix php line number off by oneUrban Müller1-0/+3
2011-06-10link urlsUrban Müller1-2/+2
2011-06-06use plain output if plain html typeUrban Müller1-1/+1
2011-04-13added colorscheme for dark console backgroundsChristian Helbling1-6/+1
2010-11-04safer date outputUrban Müller1-0/+1
2009-12-30Work around PHP bug 49819: posix_isatty seeks to startChristian Schneider1-0/+1
2009-08-26avoid calling var_export() on $GLOBALS (infinite recursion crash)Christian Weber1-1/+1
2009-04-22Get rid of ereg/split, replaced by preg equivalentsChristian Schneider1-3/+3
2009-02-06Do not need special case for cschneid any more as isatty is good enoughChristian Schneider1-1/+1
2008-12-01forgotton debug codeUrban Müller1-1/+0
2008-11-26debuggedUrban Müller1-3/+7
2008-11-13commentUrban Müller1-0/+1
2008-11-13dont depend on it_html (ultraclassloader debugging)Urban Müller1-1/+1
2008-09-10Fix warning if no paramenter names could be found and fix line offset for cliChristian Schneider1-3/+1
2008-07-12Remove PHP4 incompatibility: self:: is PHP5-onlyChristian Schneider1-1/+1
2008-06-20quote entities for wgetUrban Müller1-1/+1
2008-06-03new formatting of ED()Urban Müller1-2/+5
2008-01-25more info with auto_prepend in traceUrban Müller1-1/+1
2007-11-30Allow truncation of backtraceChristian Schneider1-2/+6
2007-11-29allow skipping of library filenamesUrban Müller1-6/+10
2007-11-20Also support auto_prepend_local.phpChristian Schneider1-1/+1
2007-11-19prepend dirname to auto_prepend.phpUrban Müller1-2/+5
2007-11-06Remove dumping of class vars again, use ED(get_class_vars("map")) insteadChristian Schneider1-3/+0
2007-11-06Do not try to load class to avoid recursion from ultraclassloader EDCChristian Schneider1-1/+1
2007-11-04enable dumping of class varsUrban Müller1-0/+3
2007-11-02extract source line procurementUrban Müller1-12/+21
2007-10-23Properly parse ED parameters using the PHP tokenizer to handle function callsChristian Schneider1-3/+26
2007-10-11More uniform file headersChristian Schneider1-7/+15
2007-10-11Populated release branchChristian Schneider1-0/+151