[PHP-DEV] Re: Bug #12929 Updated: crash in array_map with associative arrays

2001-08-24 Thread Wico de Leeuw
At 02:00 24-8-01 +, you wrote: ID: 12929 Updated by: andrei Reported By: [EMAIL PROTECTED] Old Status: Assigned Status: Closed Bug Type: Reproducible crash Operating System: linux PHP Version: 4.0.6 Assigned To: andrei New Comment: Fixed in CVS. Previous Comments:

Re: [PHP-DEV] Re: Bug #12929 Updated: crash in array_map with associative arrays

2001-08-24 Thread Andrei Zmievski
They won't be preserved if you work with more than 1 array. I can fix the crash, but what should be done with the keys? Should they be just ignored? I think it only makes sense to preserve them if you are mapping a single arrays, in case there are 2 or more, the keys are useless.. agree?