[phpa] Re: Dynamic includes?
- From: "Nick Lindridge" <nick@xxxxxxxxxxxxxxxxxxxxx>
- To: phpa@xxxxxxxxxxxxx
- Date: Tue, 26 Mar 2002 20:19:19 -0000 (GMT)
>
> 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
- References:
- [phpa] Dynamic includes?
- From: Robert M.
Other related posts:
- » [phpa] Dynamic includes?
- » [phpa] Re: Dynamic includes?
- » [phpa] Re: Dynamic includes?
- » [phpa] Re: Dynamic includes?
- » [phpa] Re: Dynamic includes?
- [phpa] Dynamic includes?
- From: Robert M.