Re: [PHP-DEV] zend_execute_ex problem

2013-07-31 Thread Julien SALLEYRON
>prev_execute_data; But this solution ends up in memory headakes... 2013/7/31 Yasuo Ohgaki > Hi Julien, > > On Wed, Jul 31, 2013 at 6:24 PM, Julien SALLEYRON < > julien.salley...@gmail.com> wrote: > >> If I EG(execute_data) = EG(execute_data)->prev_execu

[PHP-DEV] zend_execute_ex problem

2013-07-31 Thread Julien SALLEYRON
Hi, I'm working on the AOP_PHP extension (http://pecl.php.net/package/AOP dedicated to bring the AOP paradigm to PHP (may it be evil or not)) and I'm struggling to make it compatible with PHP 5.5 As you probably expect, as the AOP paradigm is something like a magical hook, I have to overload the