[dev] registry.php and others

Chuck Hagenbuch chuck@horde.org
Thu, 26 Jul 2001 13:49:06 -0400


Quoting mailling@bigfoot.com:

> I would like to know your opinion between changing the majority of 
> include_once to require_once.
> Since require loads the file at compiled time, and include_once do the same 
> at run time, that should increase the excecution of the scripts?

include_once should be used everywhere that's conditional - inside a function 
(might not be called), etc. require_once should only be used when something is 
_always_ included.

-chuck

--
Charles Hagenbuch, <chuck@horde.org>
Some fallen angels have their good reasons.