Re: [PHP-DEV] Introduction - SuitespaceRnD

2023-04-23 Thread Niels Dossche
Hi On 4/19/23 17:11, Garet Claborn wrote: > Hello PHP Internals, > > I am Garet Claborn, CTO for Suitespace Inc > , leading > up our R&D team. Just registered and my PHP Wiki username is: > *suitespacernd* > > We use PHP extensively in our projects. Specifically I fi

Re: [PHP-DEV] Introduction - SuitespaceRnD

2023-04-23 Thread Lokrain
Hello, For me, this is just a wrong way of using enums for the sake of opinionated solution of specific problem. Regards, Dimitar On Sun, 23 Apr 2023 at 14:23, Niels Dossche wrote: > Hi > > On 4/19/23 17:11, Garet Claborn wrote: > > Hello PHP Internals, > > > > I am Garet Claborn, CTO for Suit

Re: [PHP-DEV] Introduction - SuitespaceRnD

2023-04-23 Thread Robert Landers
On Sun, Apr 23, 2023 at 1:57 PM Lokrain wrote: > > Hello, > > For me, this is just a wrong way of using enums for the sake of opinionated > solution of specific problem. > > Regards, > Dimitar > > On Sun, 23 Apr 2023 at 14:23, Niels Dossche wrote: > > > Hi > > > > On 4/19/23 17:11, Garet Claborn

Re: [PHP-DEV] Introduction - SuitespaceRnD

2023-04-23 Thread Rowan Tommins
On 19/04/2023 16:11, Garet Claborn wrote: Specifically I finally registered as I have written up an RFC in response to this issue thread on GitHub. Welcome, and in case you haven't found it already, here's the guide to the RFC process: https://wik

Re: [PHP-DEV] Introduction - SuitespaceRnD

2023-04-23 Thread Lynn
On Sun, Apr 23, 2023 at 1:23 PM Niels Dossche wrote: > Hi > > Good luck with the RFC, I'm also quite interested in this feature so I'm > interested to see where it goes. > You might also want to explicitly ask for RFC karma so that you can create > a wiki page for the RFC, if you haven't done tha

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

2023-04-23 Thread Casper Langemeijer
Nothing seems to happen on this front, and our Windows users like to move to PHP 8.2 too. The windows.php.net site states: "This is because the Windows PECL build machine died, and the team is still working on the long term plan of building DLLs for PECL extensions with a new CI process." We a

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

2023-04-23 Thread Matthew Weier O'Phinney
On Sun, Apr 23, 2023, 3:33 PM Casper Langemeijer wrote: > Nothing seems to happen on this front, and our Windows users like to move > to PHP 8.2 too. > > The windows.php.net site states: "This is because the Windows PECL build > machine died, and the team is still working on the long term plan of

Re: [PHP-DEV] [RFC] [Discussion] Clone with

2023-04-23 Thread Máté Kocsis
Hey Everyone, Thank you for the lot of feedback! Sorry, I'm going to have to answer in a single email otherwise I would have to send too many emails. Alexandru wrote: How about just allowing a block of code after the clone statement that > would execute it in the same context as the clone conte

Re: [PHP-DEV] [RFC] [Discussion] Clone with

2023-04-23 Thread Larry Garfield
On Sun, Apr 23, 2023, at 6:01 PM, Máté Kocsis wrote: > What about argument unpacking? >> I don't know if we can combine this with ":" syntax or only with "=>". > > > For now, argument unpacking (property unpacking?) is not possible. But it > is definitely something that could be added in the futur

Re: [PHP-DEV] Introduction - SuitespaceRnD

2023-04-23 Thread Garet Claborn
Thanks for all the tips and feedback so far. I will try to respond to clarify each so far. > On Sun, Apr 23, 2023 at 12:53 PM Rowan Tommins wrote: > - If the aim is to allow array keys to be enum cases themselves (or > objects in general), you'll likely need at least a partial > implementatio