On Wed, 21 Oct 2015, Dmitry Stogov wrote:
>
> On Oct 20, 2015 6:11 PM, "Xinchen Hui" wrote:
>
> > On Tue, Oct 20, 2015 at 10:45 PM, Derick Rethans wrote:
> >
> >> When hacking on Xdebug for PHP 7, I ran into some issues where PHP
> >> would just spin around. This happens when there is an except
Hi Xinchen,
I think, we discussed that patch with Bob, and it looked right.
May be we missed some edge case...
It's not possible to write a test case for it.
Thanks. Dmitry.
On Oct 20, 2015 6:11 PM, "Xinchen Hui" wrote:
> Hey:
>
>
>
> On Tue, Oct 20, 2015 at 10:45 PM, Derick Rethans wrote:
>
+bob
On Tue, Oct 20, 2015 at 11:11 PM, Xinchen Hui wrote:
> Hey:
>
>
>
> On Tue, Oct 20, 2015 at 10:45 PM, Derick Rethans wrote:
>
>> Hi!
>>
>> When hacking on Xdebug for PHP 7, I ran into some issues where PHP would
>> just spin around. This happens when there is an exception, and I use
>> ove
Hey:
On Tue, Oct 20, 2015 at 10:45 PM, Derick Rethans wrote:
> Hi!
>
> When hacking on Xdebug for PHP 7, I ran into some issues where PHP would
> just spin around. This happens when there is an exception, and I use
> overloaded opcodes. I wrote a small example extension at
> https://github.com