Hi Yasua, Sorry, but I don't know the rails "eager loading" and didn't understand you request.
Thanks. Dmitry. On Thu, Sep 26, 2013 at 5:46 AM, Yasuo Ohgaki <yohg...@ohgaki.net> wrote: > Hi Adam and Dmitry, > > On Thu, Sep 26, 2013 at 5:58 AM, Dmitry Stogov <dmi...@zend.com> 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 > yohg...@ohgaki.net >