> De : Cesar Rodas [mailto:ce...@rodas.me]
> I have a doubt, is it efficient include/require files from a source
> different than the "real file system" a stream wrapper class? My
> question is, would the op-code cache work as it would when reading a
> file form the filesystem?

I understand your question but, yes, the feature is essential to packages 
systems like phar and phk (and it is useless for most other stream wrappers). 
Package systems distribute a virtual file tree, handle stat(), and returning 
valid mtimes. So, the opcode cache must be able to work with these stream 
wrappers.

Regards

François


--
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to