Posted by Richard Levasseur on 02/14/06 19:11
Please note that include() does not reset or otherwise prevent the
limit on script execution from being enforced (other things can: system
calls, sleep, etc, but include itself is not one of them).
Aside: Including and executing unknown data would open up a potentially
serious security vulnerability. That would be a Bad Thing (tm).
Additional Aside: include() is for including php code, using it in any
other manner would be bad form.
[Back to original message]
|