On Mon, 2008-09-29 at 12:40 -0700, [EMAIL PROTECTED] wrote: > Parse all the directories, on every request(!), to check if a new > class was added?!
Last I checked it only parsed directories in dev mode when a class could not be found. That is: If class A is found, include it from the cache. If class B is not found, rebuild cache. If class B is found, include it, otherwise fatal error. Carl --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "symfony developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/symfony-devs?hl=en -~----------~----~----~----~------~----~------~--~---
