6 ms·
without autoload its seems useless and as monster. Its seems as broken by design.
by dancecodes 13y ago
without autoload its seems useless and as monster. Its seems as broken by design.
- furiousant 13y agoWe don't use autoload because it's slow and doesn't work with APC. Not rocket science. http://stackoverflow.com/questions/4788452/does-autoload-really-kill-performance-when-using-apclatest-versions-up-to-date http://stackoverflow.com/questions/4788452/does-autoload-rea...
- dancecodes 13y ago??? 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 http://talks.php.net/show/w2e09
- dancecodes 13y agofixes: more refine answer: just use spl_autoload_register
- dancecodes 13y agoneeds for speed can be satisfied