[PHP-DEV] Re: Mysterious (to me) Xdebug issue with PHP 7.3

2018-09-05 Thread Derick Rethans
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

Re: [PHP-DEV] Re: Mysterious (to me) Xdebug issue with PHP 7.3

2018-09-05 Thread Dmitry Stogov
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:

[PHP-DEV] Re:Proposal: Please consider introducing a new function |str_cut| to make fast cutting for a string

2018-09-05 Thread 張俊芝
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

Re: [PHP-DEV] Re: Mysterious (to me) Xdebug issue with PHP 7.3

2018-09-05 Thread Dmitry Stogov
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