|
Posted by Nu on 02/01/07 07:02
"Nu" <no@spam.com> wrote in message
news:jbgwh.491037$Fi1.188266@bgtnsc05-news.ops.worldnet.att.net...
> If my index.php has two includes:
>
> require_once( './includes/WebStart.php' );
> require_once( "includes/Wiki.php" );
>
>
> Then each of those have includes, then each of those...... etc. etc.
> etc..........
>
> Once index.php is called, even if it aborts (not from an error but say by
> the program's own design), do every single one of my thousands of PHP
> interlinked files by "require_once" lines get all loaded, compiled, and
put
> into memory?
>
>
>
Also, does it matter if I put "require_once" lower down in the code after
some other code my abort it?
[Back to original message]
|