* (bug 27353) IPv6 address ending in "::WORD" was not recognized
authorAaron Schulz <aaron@users.mediawiki.org>
Sun, 13 Feb 2011 23:24:48 +0000 (23:24 +0000)
committerAaron Schulz <aaron@users.mediawiki.org>
Sun, 13 Feb 2011 23:24:48 +0000 (23:24 +0000)
commitf65ce02ff98d269e8afbba1bf4c10f1b686cb045
tree1494458195b649e1c138970647ef1a55ed89be0f
parentf8a792c12cb2d934325d9ea68bf2932cbf4c7d2d
* (bug 27353) IPv6 address ending in "::WORD" was not recognized
* Moved down 'contains no "::"' alternative for clarity (and possibly use frequency too)
* Added more IPv6 tests
includes/IP.php
tests/phpunit/includes/IPTest.php