Hi Adam and Dmitry,

On Thu, Sep 26, 2013 at 5:58 AM, Dmitry Stogov <[email protected]> wrote:

> This function is going to be used only for cache warm-up (to load files
> into cache without execution).
> I don't think it may be useful in application code.
> It 's not a big problem having warning and hiding it with @ if necessary.
>

Rails has feature called "eager loading" that loads all scripts at start up
for better user experience with applications.

This could be used implement the same feature in PHP if it's available
in user space. Since this is ZEND_FUNCTION, I suppose it is available.

Regards,

--
Yasuo Ohgaki
[email protected]

Reply via email to