On Wed, 6 May 2020 at 13:40, Dan Ackroyd <dan...@basereality.com> wrote:
> This is a problem that would be better solved in userland rather than > trying to design and evolve inside core PHP. > I think that's a major philosophical question: should the core of a language provide only those most basic building blocks from which everything else can be built; or should it include a standard library of functions for the most common tasks? Obviously, the answer can have many shades of grey, but PHP doesn't generally take the "minimalist" approach. Unless we're actively trying to shrink the functionality of PHP's core, it feels weird to say "this function is deprecated; there is no official replacement, please write your own or find one on Packagist". Is there a specific reason *not* to write a replacement, or do you just consider it not a universal enough requirement to include in the standard library? Regards, -- Rowan Tommins [IMSoP]