Hi! While translating the file "appendices/migration52.xml" I found an interesting situation in the lists of new/changed functions in different extensions. For example, take lines 736 and 746. They mention two functions in the SPL and XMLReader extensions respectively: array iterator_to_array(Traversable it [, bool use_keys = true]) and <function>XMLReader::open</function>
Notice that in one case the complete function definition is used, while in the second case only the function name is used. There are many such situations in this file. What should we do in this case? I think it would be good to bring them to a common format and apply the necessary tags. I can take this task. Best regards, Simion.