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

2015-10-26 Thread Xinchen Hui
Hey: On Mon, Oct 26, 2015 at 8:11 PM, Dmitry Stogov wrote: > Hi, > > I'm going to re-fix the problem with the following patch: > > https://gist.github.com/dstogov/1eb77a9f2ff7dd807dd1 > thanks, sorry I was busy last week, plan to do it tonight, but seems you already fixed it. :) thanks > > > T

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

2015-10-26 Thread Dmitry Stogov
Hi, I'm going to re-fix the problem with the following patch: https://gist.github.com/dstogov/1eb77a9f2ff7dd807dd1 Thanks. Dmitry. On Thu, Oct 22, 2015 at 5:43 AM, Xinchen Hui wrote: > Hey: > > > > On Wed, Oct 21, 2015 at 10:38 PM, Derick Rethans wrote: > >> On Tue, 20 Oct 2015, Bob Weinand

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

2015-10-21 Thread Xinchen Hui
Hey: On Wed, Oct 21, 2015 at 10:38 PM, Derick Rethans wrote: > On Tue, 20 Oct 2015, Bob Weinand wrote: > > > > Am 20.10.2015 um 18:08 schrieb Derick Rethans : > > > > > > On Tue, 20 Oct 2015, Bob Weinand wrote: > > > > > >>> Am 20.10.2015 um 17:11 schrieb Xinchen Hui : > > >>> > > >>> On Tue,

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

2015-10-21 Thread Derick Rethans
On Tue, 20 Oct 2015, Bob Weinand wrote: > > Am 20.10.2015 um 18:08 schrieb Derick Rethans : > > > > On Tue, 20 Oct 2015, Bob Weinand wrote: > > > >>> Am 20.10.2015 um 17:11 schrieb Xinchen Hui : > >>> > >>> On Tue, Oct 20, 2015 at 10:45 PM, Derick Rethans >>> > wrote: >

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

2015-10-20 Thread Bob Weinand
> Am 20.10.2015 um 18:08 schrieb Derick Rethans : > > On Tue, 20 Oct 2015, Bob Weinand wrote: > >>> Am 20.10.2015 um 17:11 schrieb Xinchen Hui : >>> >>> On Tue, Oct 20, 2015 at 10:45 PM, Derick Rethans >> > wrote: >>> When hacking on Xdebug for PHP 7, I ran into som

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

2015-10-20 Thread Derick Rethans
On Tue, 20 Oct 2015, Bob Weinand wrote: > > Am 20.10.2015 um 17:11 schrieb Xinchen Hui : > > > > 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 happ

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

2015-10-20 Thread Bob Weinand
> Am 20.10.2015 um 17:11 schrieb 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 exceptio

[PHP-DEV] Issues with exceptions and overloading opcodes

2015-10-20 Thread Derick Rethans
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/derickr/php-minimal-opcode-overloading-example with a test case (https: