PHP is always advancing

Why should you care?
Join the mailing list
mailto:internals-subscribe@lists.php.net
https://www.php.net/mailing-lists.php
Complete list of active and past RFCs.
(Great source for understanding why something is the way it is.)
To: internals@lists.php.net
From: me@example.com
Subject: [Proposal] Add configurable rot() function
Hi all. I want to discuss adding a configurable `rot()` function
to PHP. It would be more flexible than the existing `rot_13()`,
and allow rotating characters by any amount. This will greatly improve
our ability to write secure encryption routines.
E.g.:
```
$encoded = rot('hello world', 5);
print $encoded; // prints "mjqqt btwqi"
```
If the feedback is clearly negative...
If the feedback is positive...
Optional-ish
1. Sign up for free on wiki.php.net
To: internals@lists.php.net
From: me@example.com
Subject: Wiki RFC access
Hi all. I am requesting RFC edit access on wiki.php.net
so I can work on the rot() RFC. My username is `me`.

To: internals@lists.php.net
From: me@example.com
Subject: [RFC] Add configurable rot() function
Hi all. I'd like to open discussion on the rot() function
proposal. The RFC is here:
https://wiki.php.net/rfc/arbitrary_rot
Looking forward to your feedback!
To: internals@lists.php.net
From: me@example.com
Subject: Re: [RFC] Add configurable rot() function
> Hi all. I'd like to open discussion on the rot() function
> proposal. The RFC is here:
>
> https://wiki.php.net/rfc/arbitrary_rot
Hi all. As the discussion has died down, this is the Intent to Vote
notice. I'll open the vote sometime on Wednesday, barring any other feedback
before then.

To: internals@lists.php.net
From: me@example.com
Subject: [RFC][Vote] Add configurable rot() function
I have opened the vote on the configurable rot() function. The vote
will end at 4pm UTC on July 3rd.
https://wiki.php.net/rfc/arbitrary_rot
Previous discussion thread: https://externals.io/message/130912
Percentage of voters that also take part in the discussion: Too small
Someone with voting access decides you've contributed to PHP "enough."
Code and docs are best
Direct Democracy has its pros and cons...
If it doesn't pass
If it does pass