Sent from my iPhone > On 1 Jul 2024, at 23:33, Mike Schinkel <m...@newclarity.net> wrote: > Autoloading runs userland code. This means it has the potential conflict > between different packages with different autoloaders
*Can* run userland code. It doesn't *have to*; FYI spl_autoload (https://www.php.net/manual/en/function.spl-autoload.php) has existed since php5.1 and works amazingly well. That "standards" like psr-whatever can't (read: choose not to) use it says more about people and maintaining their little fiefdoms than anything else.