[phpa] Re: Dynamic includes?

> 
> I'm wondering how PHP Accelerator handles includes that are run-time 
> selected?

Runtime includes should be no problem. PHPA just reacts to what the internal
compiler is normally asked to do. In fact it becomes the PHP compiler,
intercepting all requests for scripts. If it can it will return the compiled
code from the cache, bypassing the read/parse/compile step. If not then it
delegates the request to the standard compiler for processing in the usual
way.

So code remains entirely as dynamic, or not, as it is without PHPA
installed.

nick


------------------------------------------------------------------------
  www.php-accelerator.co.uk           Home of the free PHP Accelerator

To post, send email to phpa@xxxxxxxxxxxxx
To unsubscribe, email phpa-request@xxxxxxxxxxxxx with subject unsubscribe


Other related posts: