[Phpmyadmin-devel] Re: 2.7.1 config.inc.php issue
Marc Delisle
Marc.Delisle at cegepsherbrooke.qc.ca
Tue Dec 6 07:37:36 CET 2005
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
More information about the Developers
mailing list