Another PHP weak typing bug: when section anchors are numeric, the string indexes...
authorAryeh Gregor <simetrical@users.mediawiki.org>
Thu, 12 Jun 2008 22:06:41 +0000 (22:06 +0000)
committerAryeh Gregor <simetrical@users.mediawiki.org>
Thu, 12 Jun 2008 22:06:41 +0000 (22:06 +0000)
commitd4e5304e3c0a9b1943282cb2664bd400053cb664
tree34135c8c9a78c5453f80d5415525ac75dca0941c
parent6231aa29dbddcf321a655c6dfa6134e8386e6cc3
Another PHP weak typing bug: when section anchors are numeric, the string indexes in the $refers array overwrite the numeric indexes, causing it to seem like there are already references with the same name, so extra numbers are added to the end.  Reported at: <en.wikipedia.org/w/index.php?title=Wikipedia:Village_pump_(technical)&diff=218878862&oldid=218873693>
RELEASE-NOTES
includes/Parser.php