Hi Ignace,
I fully support the idea, and I also share the opinion that PHP should
evolve by improving its standard library
from the mostly procedural APIs consisting of functions here and there to
"cleaner", more organized and consistent
object oriented APIs. I also agree that performance sensitiv
On Thu, Jun 12, 2025 at 7:23 PM Hans Henrik Bergan
wrote:
> On Thu, 12 Jun 2025 at 18:53, ignace nyamagana butera
> wrote:
> >
> > Greetings,
> >
> > I have been playing around with an RFC proposal for some time and
> recently after discussing it with Tim Düsterhus he has volunteered
> > to do t
>
> Why do it in core?
> Is userland base16/base32 performance unsatisfactory?
Even if the performance is satisfactory, having this in core can help
user-land code to get rid of their own implementations (which they
often do, to be URL-safe, for example).
I imagine native implementations can make
On Thu, 12 Jun 2025 at 18:53, ignace nyamagana butera
wrote:
>
> Greetings,
>
> I have been playing around with an RFC proposal for some time and recently
> after discussing it with Tim Düsterhus he has volunteered
> to do the implementation so I would like to submit to you an RFC around data
>
Greetings,
I have been playing around with an RFC proposal for some time and recently
after discussing it with Tim Düsterhus he has volunteered
to do the implementation so I would like to submit to you an RFC around
data encoding in PHP. The goal of the RFC is to fully implement
RFC4648 (base16 ,