Re: [PHP-DEV] Request for RFC Karma - Enum value semantics proposal

2023-04-28 Thread Lokrain
Hello everyone, Would this change affect WeakMap somehow? Regards, Dimitar On Sat, 29 Apr 2023 at 0:48, Garet Claborn wrote: > You are correct, thank you. > > The RFC draft has been posted to > https://wiki.php.net/rfc/treat_enum_instances_as_values > > -Garet > > On Tue, Apr 25, 2023 at 8:14 

Re: [PHP-DEV] Request for RFC Karma - Enum value semantics proposal

2023-04-28 Thread Garet Claborn
You are correct, thank you. The RFC draft has been posted to https://wiki.php.net/rfc/treat_enum_instances_as_values -Garet On Tue, Apr 25, 2023 at 8:14 AM Tim Düsterhus wrote: > Hi > > On 4/25/23 14:54, Garet Claborn wrote: > > I am requesting RFC karma to post the present version of an RFC m

Re: [PHP-DEV] [VOTE] PHP Technical Committee

2023-04-28 Thread Jakub Zelenka
Hi, Thanks for the feedback even though it would be great to get it during the discussion period... Just want to add few points in addition to what Larry wrote. On Fri, 28 Apr 2023, 16:17 Levi Morrison, wrote: > On Fri, Apr 28, 2023 at 4:01 AM Jakub Zelenka wrote: > > > > Hi, > > > > The vote

Re: [PHP-DEV] [VOTE] PHP Technical Committee

2023-04-28 Thread Larry Garfield
On Fri, Apr 28, 2023, at 3:17 PM, Levi Morrison via internals wrote: > On Fri, Apr 28, 2023 at 4:01 AM Jakub Zelenka wrote: >> >> Hi, >> >> The vote is now open for the RFC about introduction of the PHP Technical >> Committee: >> >> https://wiki.php.net/rfc/php_technical_committee >> >> Regards >>

Re: [PHP-DEV] [VOTE] PHP Technical Committee

2023-04-28 Thread Levi Morrison via internals
On Fri, Apr 28, 2023 at 4:01 AM Jakub Zelenka wrote: > > Hi, > > The vote is now open for the RFC about introduction of the PHP Technical > Committee: > > https://wiki.php.net/rfc/php_technical_committee > > Regards > > Jakub Do we really need this level of bureaucracy? I mean... I know someone's

Re: [PHP-DEV] Proposal: native decimal scalar type support

2023-04-28 Thread Rowan Tommins
On Fri, 28 Apr 2023 at 05:17, Alexander Pravdin wrote: > On Thu, 27 Apr 2023 at 07:03, Rowan Tommins > wrote: > > > You have to load the value somehow; bcmath accepts strings directly, so > > parses the values each time, which isn't very efficient; but php-decimal > > uses strings to construct o

[PHP-DEV] [VOTE] PHP Technical Committee

2023-04-28 Thread Jakub Zelenka
Hi, The vote is now open for the RFC about introduction of the PHP Technical Committee: https://wiki.php.net/rfc/php_technical_committee Regards Jakub

Re: [PHP-DEV] [RFC] [Discussion] Deprecate functions with overloaded signatures

2023-04-28 Thread Rowan Tommins
On 27/04/2023 22:28, Máté Kocsis wrote: As you have possibly already experienced, overloaded signatures cause various smaller and bigger issues, while the concept is not natively supported by PHP. That's why I drafted an RFC which intends to phase out the majority of overloaded function/method si