https://bugzilla.wikimedia.org/show_bug.cgi?id=46634

       Web browser: ---
            Bug ID: 46634
           Summary: Avoid breakage of conversion rules from [numeric-only
                    string] to [something else]
           Product: MediaWiki
           Version: unspecified
          Hardware: All
                OS: All
            Status: NEW
          Severity: normal
          Priority: Unprioritized
         Component: Language converter
          Assignee: [email protected]
          Reporter: [email protected]
                CC: [email protected], [email protected]
    Classification: Unclassified
   Mobile Platform: ---

There're various array_merge() calls on conversion tables, and it re-indexes
the array if the array is keyed with numbers. These calls can be replaced with
operator+, which only performs hashtable-merge.

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.
_______________________________________________
Wikibugs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to