Re: [PHP-DEV] Request for RFC Karma

2025-07-05 Thread Andreas Hennings
Thank you Ilja! On Sat, 5 Jul 2025 at 19:47, Ilija Tovilo wrote: > > Hi Andreas > > On Sat, Jul 5, 2025 at 7:29 PM Andreas Hennings wrote: > > > > Hello internals, > > I would like to ask for RFC karma for my wiki account, username > > "donquixote". > > RFC karma was granted. Good luck! > > Ili

Re: [PHP-DEV] Request for RFC Karma

2025-07-05 Thread Ilija Tovilo
Hi Andreas On Sat, Jul 5, 2025 at 7:29 PM Andreas Hennings wrote: > > Hello internals, > I would like to ask for RFC karma for my wiki account, username "donquixote". RFC karma was granted. Good luck! Ilija

[PHP-DEV] Request for RFC Karma

2025-07-05 Thread Andreas Hennings
Hello internals, I would like to ask for RFC karma for my wiki account, username "donquixote". I have been active on this list in the past, I work with php and Drupal, I have the same username in github. My first RFC might just be a reduced version of the "target-aware attributes" idea I proposed

Re: [PHP-DEV] Request for RFC Karma – khaledalamxyz

2025-06-30 Thread Ben Ramsey
> On Jun 30, 2025, at 09:52, Khaled Alam wrote: > > Hi Ilija, Ben, and Thomas, > > Thanks for the rapid feedback. You’re right that PHP’s existing > expression-throw idioms cover some use cases, but `=>!` fills three gaps: > 1. Comprehensive “falsy” check =>! consistently treats all PHP-falsy v

Re: [PHP-DEV] Request for RFC Karma – khaledalamxyz

2025-06-30 Thread Ilija Tovilo
Hi Khaled On Mon, Jun 30, 2025 at 1:03 AM Khaled Alam wrote: > > I’d like to request RFC karma to create a new proposal titled "Fail-Fast > Assertion Operator (=>!)". > > $name =>! die("Missing name"); > This is equivalent to: > if (!$name) { > die("Missing name"); > } As mentioned by the other

Re: [PHP-DEV] Request for RFC Karma – khaledalamxyz

2025-06-29 Thread Ben Ramsey
> On Jun 29, 2025, at 18:39, Thomas Nunninger wrote: > > Hi, > >> I’d like to request *RFC karma* to create a new proposal titled "*Fail-Fast >> Assertion Operator (|=>!|)"*. >> *About the Proposal:* >> The idea is to introduce a new *fail_fast_assertion_operator* to PHP that >> provides a con

Re: [PHP-DEV] Request for RFC Karma – khaledalamxyz

2025-06-29 Thread Thomas Nunninger
Hi, I’d like to request *RFC karma* to create a new proposal titled "*Fail-Fast Assertion Operator (|=>!|)"*. *About the Proposal:* The idea is to introduce a new *fail_fast_assertion_operator* to PHP that provides a concise and readable way to assert that an expression is valid and immediat

[PHP-DEV] Request for RFC Karma – khaledalamxyz

2025-06-29 Thread Khaled Alam
Hi internals team, My name is Khaled Alam, a software engineer with over 9 years of PHP experience. I’ve been working extensively with Laravel, Symfony, and Yii, and have contributed to multiple production SaaS applications. I’ve recently registered on the PHP wiki under the username *khaledalamxy

[PHP-DEV] Request for RFC karma for my wiki account kesselb

2025-05-17 Thread Daniel Kesselberg
Hi, Bukka asked me to create an RFC for a pull request I'm working on, so I'm requesting a bit of RFC karma. I would like to add a small helper to PHP to return the number of available CPU threads: https://github.com/php/php-src/pull/11137. As I'm new to this, I appreciate any points or tip

Re: [PHP-DEV] Request for RFC karma for my wiki account kesselb

2025-05-17 Thread Derick Rethans
On 17 May 2025 19:32:21 BST, Daniel Kesselberg wrote: >Hi, > >Bukka asked me to create an RFC for a pull request I'm working on, so I'm >requesting a bit of RFC karma. > >I would like to add a small helper to PHP to return the number of available >CPU threads: https://github.com/php/php-src/pull

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