Possible Duplicate:
Why is require_once so bad to use?
I've read somewhere that the include_once
and require_once
statements in PHP were slower than their non-once counterparts. Is this a significant slowdown? Has there been any testing or studies of this, and has it changed in recent versions of PHP?