On Fri, 14 Jan 2011, Stas Malyshev wrote:

> I have a proposal for backtrace improvement:
> http://wiki.php.net/rfc/debugoptions
> Short 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

-- 
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to