|
Derick Rethans |
at Jan 14, 2011 at 9:54 pm
|
⇧ |
| |
On Fri, 14 Jan 2011, Stas Malyshev wrote:I have a proposal for backtrace improvement:
http://wiki.php.net/rfc/debugoptionsShort version: to add option to it that allows to suppress printing/including
arguments, because sometimes the traces with args become unmanageable and args
are rarely as important as the rest of the info.
Comments?
I'm all for the option, but instead of having one positive
(PROVIDE_OBJECT) and the one negative (IGNORE_ARGS) "option" I would
suggest to have to positive ones:
PROVIDE_OBJECTS (I also pluralised it to be the same)
PROVIDE_ARGS
and then with the default value of course being 0x03.
cheers,
Derick