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