2 require vs. include I know that php will die on missing files with require (and warn on missing files with include) -- what I don't know is if there is a performance difference between using the two?