On 13 Aug 2007, at 08:20, rihad wrote:
> There's a bug in the way Symfony parses YAML configuration files
> containing arrays as values. The problem is described in this ticket:
> http://trac.symfony-project.com/trac/ticket/2091
> In short: the array_merge PHP primitive that lies in the heart of
> "configuration cascade" won't let you override an array with a whole
> new one containing a different number of elements; the arrays will
> simply be merged. This seems logical but for me personally being
> unable to override Symfony's standard_helpers configuration setting
> (among others) is a major bug. What do y'all think?

You can change standard_helpers in an application's settings.yml:

all:
   .settings:
     standard_helpers: [Object, Form, Cache]

Probably most others you are thinking about as well?


Alexander

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to