Re: [PHP-DEV] Windows PECL build machine died

2023-02-17 Thread JEDI_BC / Bruno CHALOPIN
Hi On 11/07/2022 18:25, Christoph M. Becker wrote: On 11.07.2022 at 17:41, Hans Henrik Bergan wrote: Do you mean it is unlikely that Github Actions will suffice? because that would definitely be a great solution if it was possible/feasible . No. It is only unlikely that automated uploads to

Re: [PHP-DEV] [RFC] [Discussion] Typed class constants

2023-02-17 Thread Claude Pache
Hi Máté, I think you didn’t understand me, so I’ll restate: > To be exact, defining class constants with the class itself as value is > already impossible: https://3v4l.org/J7C30 No, for some specific sort of class, namely for enum, it is absolutely possible to define a constant with an effec

Re: [PHP-DEV] Windows PECL build machine died

2023-02-17 Thread JEDI_BC / Bruno CHALOPIN
Hi On 11/07/2022 18:25, Christoph M. Becker wrote: On 11.07.2022 at 17:41, Hans Henrik Bergan wrote: Do you mean it is unlikely that Github Actions will suffice? because that would definitely be a great solution if it was possible/feasible . No. It is only unlikely that automated uploads to

Re: [PHP-DEV] [RFC] [Discussion] Typed class constants

2023-02-17 Thread Máté Kocsis
Hi Claude, The RFC states that it is technically not possible to have a constant of > effective type `static` or `self`. While this is probably correct for > regular classes, this is not true for enums. The following code ostensibly > works (https://3v4l.org/84W92): > To be exact, defining class