The PHP parser currently recognizes RFC/PMID/ISBN links even if they are buried in unrelated text, for example:
fooRFC 1234bar
We should add \b restrictions to the regexp to ensure that magic links stand apart from other text.
See also bug 28950, which asks for the whitespace restrictions in magic links to be loosened somewhat.
Version: 1.24rc
Severity: normal