[PHP-DEV] pls ignore this email. I am troubleshooting blocking issue to php maillist

2022-01-17 Thread Su, Tao
=== Tony Su (Su, Tao) make a 'lazy' programmer diligently with efficiency

[PHP-DEV] pls ignore this email. I am troubleshooting the maillist block issue.

2022-01-17 Thread Su, Tao

[PHP-DEV] Please ignore this email. I am troubleshooting our email system.

2022-01-17 Thread Su, Tao
=== Tony Su (Su, Tao) make a 'lazy' programmer diligently with efficiency

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

2022-01-17 Thread Su, Tao
Interesting! I would like to dig deeper or ask google for more information. I had an impression that I once read a paper about this kind of magic number, but not sure where it was from. @Dmitry Stogov With your permission, if I found anything, I would like to add a

Re: [PHP-DEV] RFC: Trait expects interface

2022-01-17 Thread Mike Schinkel
> On Jan 7, 2022, at 1:56 PM, Rowan Tommins wrote: > > On 07/01/2022 13:47, Robert Korulczyk wrote: >> I'm not really sure why would you not want this - what is the point of >> marking method as interface implementation, if it is not reflected by type >> system in actual execution? > > > It

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

2022-01-17 Thread Larry Garfield
On Mon, Jan 17, 2022, at 6:12 AM, Dmitry Stogov wrote: > Oh, probably this is just the biggest prime number that fits into a signed > 16-bit number :) Seems like the sort of thing that should be documented inline. (Also, why it needs to be a prime number.) --Larry Garfield > On Mon, Jan 17, 20

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

2022-01-17 Thread Tim Düsterhus , WoltLab GmbH
Hi Benjamin On 1/15/22 7:07 PM, Benjamin Eberlei wrote: I believe it wouldn't hurt the RFC to add more words around the fact that stacktraces are often sent to third party services (Exception Tracking software) and as such a redaction of the parameters would be powerful for additional redaction

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

2022-01-17 Thread Dmitry Stogov
Oh, probably this is just the biggest prime number that fits into a signed 16-bit number :) On Mon, Jan 17, 2022 at 10:49 AM Su, Tao wrote: > Thanks Dmitry for the information. > > With a few debug sessions, I found that 32531 is working well > for any thresholds, and is also a big prime number