Please see: http://trac.symfony-project.org/ticket/8026
The opener of the ticket pointed out that his post_command event handler was getting called twice. Fabien responded that it was being registered twice, and provided a fix using a static variable to check whether this is the first call to setup() for ProjectConfiguration... Hey, wait a minute, does that make sense? Why would the project's setup() method be called twice? Doesn't that have all sorts of potential negatives for developers who are reasonably assuming it gets called once? -- Tom Boutell P'unk Avenue 215 755 1330 punkave.com window.punkave.com -- If you want to report a vulnerability issue on symfony, please send it to security at symfony-project.com 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
