Re: [PHP-DEV] Bug #13478 Updated: array_merge changes keys

2001-09-30 Thread Markus Fischer
On Sun, Sep 30, 2001 at 02:34:35PM +0200, [EMAIL PROTECTED] wrote : > On Fri, 28 Sep 2001, Markus Fischer wrote: > > > What a nasty 'feature'. Can't we get rid of it ASAP? > > Not really, it's how the Zend hash tables work. Every numeric key gets > converted to a number, even if it's used as a

Re: [PHP-DEV] Bug #13478 Updated: array_merge changes keys

2001-09-30 Thread derick
On Fri, 28 Sep 2001, Markus Fischer wrote: > What a nasty 'feature'. Can't we get rid of it ASAP? Not really, it's how the Zend hash tables work. Every numeric key gets converted to a number, even if it's used as a string value. Derick > > It would allow comfty hash non-alpha key/value > inser