Re: [PHP-DEV] Re: [RFC] Autoloader Classmap

2021-04-19 Thread Nikita Popov
On Wed, Apr 7, 2021 at 11:06 AM Jordi Boggiano wrote: > Hi Mark, > > On 06/04/2021 00:05, Mark Randall wrote: > > > > * I expect 99.% of users will never know it exists, and it will > > instead just be an option for tools like composer that will provide a > > small transparent boost. > > > I

Re: [PHP-DEV] Re: [RFC] Autoloader Classmap

2021-04-07 Thread Jordi Boggiano
Hi Mark, On 06/04/2021 00:05, Mark Randall wrote: * I expect 99.% of users will never know it exists, and it will instead just be an option for tools like composer that will provide a small transparent boost. I wrote this as feedback in your early round (I don't think you answered), an

Re: [PHP-DEV] Re: [RFC] Autoloader Classmap

2021-04-06 Thread Matt Fonda
Hi Mark, I'm a fan of adding an easy and performant way to implement classmap-based autolading, but weary of adding yet another way to autoload. If it would be possible to do so without negating the performance improvements, I'd suggest having this work in conjunction with the existing spl_autoloa

Re: [PHP-DEV] Re: [RFC] Autoloader Classmap

2021-04-06 Thread Alexandru Pătrănescu
On Tue, Apr 6, 2021 at 1:05 AM Mark Randall wrote: > On 15/03/2021 17:41, Mark Randall wrote: > > I would like to propose the addition of a new mechanism of autoloading > > classes - a classmap that will be consulted prior to checking the > > spl_autoload_register'd callbacks. > > > > https://wik

[PHP-DEV] Re: [RFC] Autoloader Classmap

2021-04-05 Thread Mark Randall
On 15/03/2021 17:41, Mark Randall wrote: I would like to propose the addition of a new mechanism of autoloading classes - a classmap that will be consulted prior to checking the spl_autoload_register'd callbacks. https://wiki.php.net/rfc/autoload_classmap Does anyone else have any more feedb