[Phpmyadmin-devel] Re: 2.7.1 config.inc.php issue

Sebastian Mendel lists at sebastianmendel.de
Mon Dec 5 05:16:04 CET 2005


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.


-- 
Sebastian Mendel

www.sebastianmendel.de
www.sf.net/projects/phpdatetime | www.sf.net/projects/phptimesheet




More information about the Developers mailing list