On Wed, Oct 5, 2022, 7:54 AM juan carlos morales <dev.juan.mora...@gmail.com> wrote:
> > Apply a PECL strategy to try experimental features might not be the > convenient way always, for example, if we create a new ... sensitive > ... ini setting that affects the behavior of PHP somehow, then ... > maybe applying the PECL strategy might not be the most confortable way > to approach it, OR ... what about a new sensitive funtion in a "core > extension" like JSON? > Just to build up on this. I feel like Extensions are maybe a technical / development feature that may have the power to address the issue, but from a "Product" (PHP language as the product) this isn't the best. Anything behind extensions add a significant entry burden and reduce the reach for users of the product, be it for lack of trust, knowledge or lack of infrastructure that allows such changes. >