[PHP-DEV] Re: Trait constructors / property initialization

2022-01-13 Thread Andreas Hennings
On Thu, 13 Jan 2022 at 15:36, Andreas Hennings wrote: > > Hello list, > I want to bring up a topic that has bothered me whenever I use traits. > I don't have a solution proposal for it, yet, unfortunately. > I was going to comment in the other thread about traits, but it seems > better suited for

[PHP-DEV] Trait constructors / property initialization

2022-01-13 Thread Andreas Hennings
Hello list, I want to bring up a topic that has bothered me whenever I use traits. I don't have a solution proposal for it, yet, unfortunately. I was going to comment in the other thread about traits, but it seems better suited for a new discussion. -- Traits allow to share code between c

[PHP-DEV] Reason for ZEND_JIT_COUNTER_INIT set to 32531?

2022-01-13 Thread Su, Tao
Hi Internal, I am not sure this is a correct mail list for asking source code related question. If not, I am sorry. Appreciate you guys' help. I am reading PHP8 JIT related source code and found that zend_jit.h has a magic definition ZEND_JIT_COUNTER_INIT as 32531 which I do not quite understand

Re: [PHP-DEV] RFC [Discussion]: Redacting parameters in back traces

2022-01-13 Thread Lynn
On Thu, Jan 13, 2022 at 10:04 AM Tim Düsterhus, WoltLab GmbH < duester...@woltlab.com> wrote: > Hi Lynn > > On 1/12/22 9:30 AM, Lynn wrote: > > I was thinking more of a "keep track of the values replaced, and in the > > end purge all those values from the end-result" kinda thing. > > > > Thank y

Re: [PHP-DEV] RFC [Discussion]: Redacting parameters in back traces

2022-01-13 Thread Tim Düsterhus , WoltLab GmbH
Hi Lynn On 1/12/22 9:30 AM, Lynn wrote: I was thinking more of a "keep track of the values replaced, and in the end purge all those values from the end-result" kinda thing. Thank you for the clarification. This still is not in scope, because I believe that to be harmful, as the parameter r