[PHP-DEV] Set SA_ONSTACK in zend_sigaction External

2022-09-22 Thread Kévin Dunglas
Hi, internals! It's been a while. I'm currently working on a new SAPI for web servers written in Go. Many virtual machines, including Go ( https://pkg.go.dev/os/signal#hdr-Go_programs_that_use_cgo_or_SWIG), depend on signals using SA_ONSTACK ( https://man7.org/linux/man-pages/man2/sigaltstack.2.h

Re: [PHP-DEV] Set SA_ONSTACK in zend_sigaction External

2022-09-22 Thread Joe Watkins
Hi Kevin, Master should be targeted, no RFC is required, and the patch looks fine to me. Cheers Joe On Thu, 22 Sep 2022, 14:56 Kévin Dunglas, wrote: > Hi, internals! > > It's been a while. > > I'm currently working on a new SAPI for web servers written in Go. > Many virtual machines, including

Re: [PHP-DEV] Re: Issues with readonly classes

2022-09-22 Thread Larry Garfield
On Tue, Sep 20, 2022, at 1:07 PM, Jordan LeDoux wrote: > On Sun, Sep 11, 2022 at 8:22 AM Larry Garfield > wrote: > >> >> >> Hm. I seem to recall during the discussion of readonly classes someone >> saying that object properties of a readonly class had to also be readonly >> classes, which would r