Author: webboy
Description:
The current $linkTrail in MessagesEn.php is:
$linkTrail = '/^(\p{L&}+)(.*)$/usD';
According to http://nl.php.net/manual/en/regexp.reference.php#regexp.reference.unicode \p is only available since PHP 5.1.0, but according to http://www.mediawiki.org/wiki/Installation MediaWiki requires only PHP 5.0.
Version: 1.14.x
Severity: enhancement
URL: http://nl.php.net/manual/en/regexp.reference.php#regexp.reference.unicode