Le 16/06/2011 17:05, stealth35 a écrit :
I make an exemple :
https://gist.github.com/765882550d09cdb84636

this exemple use the php internal autloader aka spl_autoload, who check the included_path to load php class I keep findFile method for ApcUniversalClassLoader, stream_resolve_include_path is usefull for that

i think this way is pretty much faster,

BUT

that's required PHP 5.3.3
and don't work with case-sensitive system because, spl_autload use convert class name to case-sensitive (and unfortunally Phar ... is case-sensitive)
Unix systems are also case-sensitives.

--
Christophe | Stof

--
If you want to report a vulnerability issue on symfony, please send it to 
security at symfony-project.com

You received this message because you are subscribed to the Google
Groups "symfony developers" group.
To post to this group, send email to symfony-devs@googlegroups.com
To unsubscribe from this group, send email to
symfony-devs+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/symfony-devs?hl=en

Reply via email to