[PHP-DEV] Re: Issues with exceptions and overloading opcodes

2015-10-20 Thread Xinchen Hui
+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

[PHP-DEV] Re: Issues with exceptions and overloading opcodes

2015-10-20 Thread Xinchen Hui
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 >

[PHP-DEV] Re: Issues with exceptions and overloading opcodes

2015-10-20 Thread Derick Rethans
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.