*(bug 25920) Moved forward ref to a back ref to really get v6 regex to compile on...
authorAaron Schulz <aaron@users.mediawiki.org>
Sun, 21 Nov 2010 10:49:54 +0000 (10:49 +0000)
committerAaron Schulz <aaron@users.mediawiki.org>
Sun, 21 Nov 2010 10:49:54 +0000 (10:49 +0000)
commitfb574da0ab628b14025d26045e136e05eb532676
treebfe3829b79e9117d9c581f80bacf996ecfd49d12
parenta7ec7f05718ac24ab764d2d5223d6ac097ed2313
*(bug 25920) Moved forward ref to a back ref to really get v6 regex to compile on older PCRE versions. Works around PCRE 8 nested named ref bug that killed r76928.
* Added another simple v6 assertion
includes/IP.php
maintenance/tests/phpunit/includes/IPTest.php