require_once is brittle and non-performant even with an opcode cache.
You should not load dependencies in the files, but instead make the classes
loadable via autoload. For those users who really want performance, it is a
simple task to combine all the files into a single file, and can be done in a
build script.
For everyone else, it would be great to simply autoload the classes.
Original issue reported on code.google.com by g...@chiaraquartet.net on 18 Jun 2012 at 9:09
Original issue reported on code.google.com by
g...@chiaraquartet.net
on 18 Jun 2012 at 9:09