I have a question to all those who have used tools such as APC/e-Accelerator and such.
How would these cachers behave in the presence of such code.
Code: Select all
<?php
function my_func($pathname)
{
require "$pathname";
}
?>
If I pass different values to "$pathname" will the cached bytecode be cast away on every run, effectively rendering it useless?
Thanks,
Sefer.