Dictionary & Vector Vs. Map & List

What was the reason to rename these data structures? The new names are longer to type and it will cause (a tiny bit) more effort to port existing code. Obviously, not a big deal. Just wondering…

Because these are more standard names. If you look at the name Map, you may get confused with something else. List is a reserved PHP keyword.