I'd also like to encourage everyone to strace a php run sometime and then tell me how great autoload is..
stat(path1/Class.php)\ Not found
stat(path2/Class.php)\ Not found
stat(path3/Class.php)\ Not found
stat(path4/Class.php)\ Not found
stat(path5/Class.php)\ found!
open(path5/Class.php)
read(path5/Class.php)
I'd also like to encourage everyone to strace a php run sometime and then tell me how great autoload is..