Sebastian Mendel a écrit :
Michal Čihař schrieb:
Hi
On Monday 05 December 2005 12:50, Sebastian Mendel wrote:
i do not fully understand ... can you please give a step by step instruction to reproduce what is wrong and tell me what you expect?
<?php $cfg1 = array(); $cfg1['Export']['one'] = 'something'; $cfg2 = array(); $cfg2['Export']['two'] = 'something'; $cfg =array_merge($cfg1, $cfg2); print_r($cfg); ?>
Gives:
Array ( [Export] => Array ( [two] => something )
)
However resulting configuration should have both one *and* two.
Can you please check CVS? Should be fixed now.
Confirmed, thanks!
Marc