Re: [PHP-DEV] Re: Policy for procedural style in new additions

2021-06-03 Thread Paul Crovella
On Thu, Jun 3, 2021 at 3:07 PM Christoph M. Becker wrote: > > I'd take a step at a time, and start with "prohibit introduction of new > dual APIs" only. > That sort of RFC doesn't really buy anything. It'd take a 2/3 vote to override it which is the same as what it'd take to introduce a dual API

[PHP-DEV] Re: Policy for procedural style in new additions

2021-06-03 Thread Christoph M. Becker
On 03.06.2021 at 20:28, Mel Dafert wrote: > After the RFC to add IntlDatePatternGenerator () was accepted, it was brought > up that the duplication of > procedural and OO style was not necessarily/useful anymore. > This already has some (old) precedent - in 2012, UConverter was added to > ext/in