Hi! > I agree with you that the parameters would be good. There should also > be the limit parameter (same as for debug_backtrace). However I'm > afraid I'm not that much familiar with C to actually write it.
There's a bigger problem with this bug. The problem is that if we keep the object in the exception, we may break some other things. See this bug: https://bugs.php.net/bug.php?id=29368 The fix for it relies on the fact that if ctor fails, nobody holds the reference to the object. In the case when we keep the object, this no longer would be true and this bug would show up again. So before we change this, we need better solution for #29368. -- Stanislav Malyshev, Software Architect SugarCRM: http://www.sugarcrm.com/ (408)454-6900 ext. 227 -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php