registry.php and others

mailling@bigfoot.com mailling@bigfoot.com
Thu, 26 Jul 2001 12:01:16 -0500


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?