|
Posted by Nu on 02/01/07 06:57
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?
Navigation:
[Reply to this message]
|