Re: [PHP-DEV] Proposal: Support for RFC4648 in PHP

2025-06-13 Thread Máté Kocsis
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

Re: [PHP-DEV] Proposal: Support for RFC4648 in PHP

2025-06-13 Thread ignace nyamagana butera
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

Re: [PHP-DEV] Proposal: Support for RFC4648 in PHP

2025-06-12 Thread Ayesh Karunaratne
> > 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

Re: [PHP-DEV] Proposal: Support for RFC4648 in PHP

2025-06-12 Thread Hans Henrik Bergan
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 >

[PHP-DEV] Proposal: Support for RFC4648 in PHP

2025-06-12 Thread ignace nyamagana butera
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 ,