On Fri, 11 Apr 2008, Dmitry Stogov wrote:

> Sorry, but I think mainly about PHP performance, and of course I didn't know
> that you trace return_values it in xdebug.
> 
> After the patch, in case if return value is not used we set
> EG(return_value_ptr_ptr) to NULL before call to nested execute().
> I assume you can just check for (EG(return_value_ptr_ptr)==NULL) before write
> it. Will it work for you?

I'm already doing that, so not went really wrong. I am just wondering 
whether it would be possible to always have those return values there 
through some kind of option.

regards,
Derick

-- 
Derick Rethans
http://derickrethans.nl | http://ezcomponents.org | http://xdebug.org

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

Reply via email to