https://bugzilla.wikimedia.org/show_bug.cgi?id=41735
Niklas Laxström <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |REOPENED Resolution|WORKSFORME | --- Comment #2 from Niklas Laxström <[email protected]> 2012-11-05 14:46:35 UTC --- I'm sorry but what you are saying is not correct. 1) wfWarn has offset parameter to specify the caller. It might not always be useful, but showing TextContent::__construct is certainly not helpful. 2) $wgDevelopmentWarnings only decides whether to show the warning or not. By reading the code we can see that wfWarn calls only either wfDebug or trigger_error, and neither displays the backtrace with any MediaWiki configuration. 3) The only way to get PHP print backtraces for warnings and errors is the xdebug extension, which I don't have. -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
