On Aug 14, 5:27 pm, Martin Kreidenweis <[EMAIL PROTECTED]> wrote: > Hi, > > rihad wrote: > >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? > > Try to run "test/unit/util/sfToolkitTest.php". It will fail. It will > succeed though if you remove the "reindex the arrays just in case" lines. >
Hmm, where's this file located? I can't find it in Symfony 1.0.6's PEAR install or under the root of symfony init-project. Anyway, I really hope Fabien will take it from there and fix the bug, he is more knowledgeable in Symfony than I am ;-) Or at least so that he or Francois fixes the documentation bug claiming support of the feature. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
