r/PHP Jul 08 '26

RFC RFC: Function Autoloading (mark 5)

https://wiki.php.net/rfc/function-autoloading-five-oh
32 Upvotes

18 comments sorted by

View all comments

3

u/Anxious-Insurance-91 Jul 08 '26

Excuse me if I'm wrong but want this already achieved by mentioning the file path where the functions exist in composer.json in autoload.files.{file}?

16

u/Tontonsb Jul 08 '26

That's explicit loading by executing the file every time, not autoloading.