Re: [PHP-DEV] generators php tools

2012-10-09 Thread Nikita Popov
On Thu, Oct 4, 2012 at 9:45 AM, Derick Rethans der...@php.net wrote: On Sun, 30 Sep 2012, Stas Malyshev wrote: I was looking into generators topic and I couldn't find answer to this question: how generators are supposed to interact with PHP tools, such as debuggers, profilers, etc.?

Re: [PHP-DEV] generators php tools

2012-10-09 Thread Derick Rethans
On Tue, 9 Oct 2012, Nikita Popov wrote: On Thu, Oct 4, 2012 at 9:45 AM, Derick Rethans der...@php.net wrote: On Sun, 30 Sep 2012, Stas Malyshev wrote: I was looking into generators topic and I couldn't find answer to this question: how generators are supposed to interact with PHP

Re: [PHP-DEV] generators php tools

2012-10-04 Thread Derick Rethans
On Sun, 30 Sep 2012, Stas Malyshev wrote: I was looking into generators topic and I couldn't find answer to this question: how generators are supposed to interact with PHP tools, such as debuggers, profilers, etc.? Specifically, how calls to generator are handled? Usually, the tool

Re: [PHP-DEV] generators php tools

2012-10-03 Thread Pierre Joye
Adding Zeev, Derick and Dmitry in case they miss this post. On Oct 1, 2012 6:21 AM, Stas Malyshev smalys...@sugarcrm.com wrote: Hi! I was looking into generators topic and I couldn't find answer to this question: how generators are supposed to interact with PHP tools, such as debuggers,

[PHP-DEV] generators php tools

2012-09-30 Thread Stas Malyshev
Hi! I was looking into generators topic and I couldn't find answer to this question: how generators are supposed to interact with PHP tools, such as debuggers, profilers, etc.? Specifically, how calls to generator are handled? Usually, the tool overrides zend_execute and zend_execute_internal and