Re: [PHP-DEV] Request for RFC karma

2024-08-15 Thread Derick Rethans
On 15 August 2024 21:57:07 BST, Dennis Snell wrote: > Is there a guide for how to use the mailing list (e.g. how to reply to > specific emails from a digest)? I’ve had an awful hard time finding > information online about this. It's possible, but only if you have a really good email client (t

Re: [PHP-DEV] Request for RFC karma

2024-08-15 Thread Christoph M. Becker
On 15.08.2024 at 22:57, Dennis Snell wrote: > I would like to request RFC karma to propose a new mechanism for decoding > HTML text, following the brief discussion earlier in  > https://news-web.php.net/php.internals/124326. > > My wiki username is dmsnell RFC karma has been granted. Good luck

[PHP-DEV] Request for RFC karma

2024-08-15 Thread Dennis Snell
Greetings all, I would like to request RFC karma to propose a new mechanism for decoding HTML text, following the brief discussion earlier in  https://news-web.php.net/php.internals/124326. My wiki username is dmsnell Thank you! Dennis Snell P.S. After my subscription got messed up earlier

Re: [PHP-DEV] Request for RFC Karma

2024-08-04 Thread Christoph M. Becker
On 04.08.2024 at 08:19, Nick Lockheart wrote: > I am writing to request RFC karma for the wiki account with username > `nlockheart`. > > I would like to write an RFC for community discussion and > consideration. RFC karma granted. Good luck with the RFC! Christoph

[PHP-DEV] Request for RFC Karma

2024-08-03 Thread Nick Lockheart
Good morning, I am writing to request RFC karma for the wiki account with username `nlockheart`. I would like to write an RFC for community discussion and consideration. Thank you, Nick Lockheart

Re: [PHP-DEV] Request for RFC karma

2024-03-27 Thread Ilija Tovilo
Hi! On Wed, Mar 27, 2024 at 12:59 PM 하늘아부지 wrote: > > I request RFC karma to discuss the issue at this link. > https://github.com/php/php-src/issues/13813 > > Wiki account : daddyofsky Either somebody beat me to it, or you already had RFC privileges. Note that step 1 in the RFC process suggests

[PHP-DEV] Request for RFC karma

2024-03-27 Thread 하늘아부지
Hi. I request RFC karma to discuss the issue at this link. https://github.com/php/php-src/issues/13813 Wiki account : daddyofsky Regards.

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

2023-04-30 Thread Larry Garfield
On Fri, Apr 28, 2023, at 4:47 PM, 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 I have already explained at length on the PR thread why this is a fundamentally wrong way to approach Enum

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

2023-04-29 Thread Lynn
On Fri, Apr 28, 2023 at 11:48 PM 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 > > I think this example should be "mixed" instead of "$mixed"? `public function offsetGet($mixed $which){`

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] Request for RFC Karma - Enum value semantics proposal

2023-04-25 Thread Tim Düsterhus
Hi On 4/25/23 14:54, Garet Claborn wrote: I am requesting RFC karma to post the present version of an RFC made in response to the GitHub issue found at https://github.com/php/php-src/issues/9208 You should have already been granted RFC karma yesterday by derick, he told me that the Wiki would

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

2023-04-25 Thread Garet Claborn
Relating to the existing thread in my introduction: Re: [PHP-DEV] Introduction - SuitespaceRnD I am requesting RFC karma to post the present version of an RFC made in response to the GitHub issue found at https://github.com/php/php-src/issues/9208 Though any guidance or contributions from those m

[PHP-DEV] Request for RFC karma

2021-04-24 Thread Mel Dafert
Hello, I would like to request wiki karma to create an RFC for IntlDateTimePatternGenerator (see https://github.com/php/php-src/pull/6771). My wiki account name is deltragon. Thanks, Mel Dafert -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: https://www.php.ne

[PHP-DEV] Request for RFC karma wiki account

2020-01-17 Thread Aran Reeks
Hi all, After the feedback on 'Typed array properties V2', I'd like to start fleshing out an RFC for which I understand Karma must be granted by @PHP internals Many thanks, Aran

[PHP-DEV] Request for RFC karma

2019-08-27 Thread Steven Wade
Hi all, I'd like to move forward with my proposed `__toArray()` RFC and see how it fares. Could someone grant RFC karma to my stevenwadejr account? Thank you, -- Steven Wade stevenwad...@gmail.com

Re: [PHP-DEV] Request for rfc karma

2016-07-27 Thread Ferenc Kovacs
On Mon, Jul 25, 2016 at 9:57 PM, David Walker wrote: > Hi All, > > I'm desiring to propose my second RFC (thanks bishop for the intro) > regarding PR2031 . Seems there > has been a couple PR's attempting to raise a notice when accessing > non-array-like

[PHP-DEV] Request for rfc karma

2016-07-25 Thread David Walker
Hi All, I'm desiring to propose my second RFC (thanks bishop for the intro) regarding PR2031 . Seems there has been a couple PR's attempting to raise a notice when accessing non-array-like containers; and I'd like to propose something to attempt to resolv

[PHP-DEV] Request for RFC karma

2016-05-12 Thread sskaje
Hi, I'm writing to request for RFC karma. Here is what I am doing and why doing this. The pack/unpack's parameter 'd' and 'f' are machine order in PHP. The number 236.0 packed to 'd' is: 00806d40. I was reversing a game save file, which uses 406D8000. Here is how I decode that

[PHP-DEV] Request for RFC karma

2015-03-13 Thread Johannes Ott
Hi there, as you can see at the initial discussion thread with the subject "static constructor" I'm planing to do a Draft for a RFC for the suggested feature. How do I get the karma to create this RFC on wiki? Regards, -- DerOetzi -- PHP Internals - PHP Runtime Development Mailing List To uns