Hacker News new | ask | show | jobs
by dancecodes 4630 days ago
without autoload its seems useless and as monster. Its seems as broken by design.
1 comments

We don't use autoload because it's slow and doesn't work with APC. Not rocket science.

http://stackoverflow.com/questions/4788452/does-autoload-rea...

??? this is not argument - spl_autoload very fast its allow only one call to load module - all developers use spl_autoload

APC its legacy and crappy as opcache. I think its smell from Zend. They stop (in old time) because their close ware Zend Studio must sell. And other get pain from that legacy. Im sorry.

check here for start: http://talks.php.net/show/w2e09

fixes:

more refine answer: just use spl_autoload_register

needs for speed can be satisfied