>From what I know about PHP, there is no imposed limits that you need to
work around.
However, keep in mind that for each new file that PHP has to include
something from, it needs to load it into memory, execute it, and that
all takes time which will slow down the program.