http://trac.symfony-project.com/trac/ticket/2091
I've attached a small "works-for-me" type patch to arrayDeepMerge implementing the change. given array(0 => 'Partial', 1 => 'Cache', 2 => 'Form'], you can: - use [-*, Form] to result in array(0 => 'Form') - use [-Cache] to result in array(0 => 'Partial', 1 => 'Form'] Please tell me under which conditions it may fail? --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
