Hi,
in Xdebug, I do supply my own opcode handlers for quite a few opcodes,
including ZEND_IS_EQUAL, and a whole bunch of others. Is it possible
that when you use zend_set_user_opcode_handler[1][2] that this swap
isn't done with zend_swap_operands? My opcode handler basically just
does some cod
I see the problem, and most probably, it has to be fixed in PHP sources.
I'll try to take a deeper look today evening.
Thanks. Dmitry.
From: Derick Rethans
Sent: Wednesday, September 5, 2018 12:27:56 PM
To: Dmitry Stogov
Cc: PHP Developers Mailing List
Subject:
Christoph Becker just authored a StringBuilder extension which may serve as
base for futher exploration at
https://github.com/php/php-src/pull/3483#issuecomment-418696660
which I believe means a long-term effort to solve the issue in this respect.
I am also wondering if the StringBuilder can go
I hope, it's fixed now.
Please verify.
Dmitry.
From: Dmitry Stogov
Sent: Wednesday, September 5, 2018 1:36:33 PM
To: Derick Rethans
Cc: PHP Developers Mailing List
Subject: Re: [PHP-DEV] Re: Mysterious (to me) Xdebug issue with PHP 7.3
I see the problem, and m