Changes between Initial Version and Version 6 of Ticket #16137
- Timestamp:
- 08/04/11 20:43:31 (23 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #16137
- Property Keywords 3.2-early removed
- Property Cc mark@… added
- Property Milestone changed from Future Release to 3.3
-
Ticket #16137 – Description
initial v6 9 9 }}} 10 10 11 Doing a manual loop instead of using array_intersect_assoc() fixes the problem. 11 This is because array_intersect_assoc() does a strict comparison: {{{(string) $elem1 === (string) $elem2}}} 12 13 Using a manual loop fixes the problem.