* Reduced some pointless regex capture overhead
authorAaron Schulz <aaron@users.mediawiki.org>
Wed, 17 Nov 2010 09:12:18 +0000 (09:12 +0000)
committerAaron Schulz <aaron@users.mediawiki.org>
Wed, 17 Nov 2010 09:12:18 +0000 (09:12 +0000)
commit52a79f37a13988ac7c7d0374fa61ae42fa073e72
tree230f9a7e523f484344bbb79a93bd0111b29766a6
parent7bfe25a0b494230a6b875ff4f81890ff54282346
* Reduced some pointless regex capture overhead
* Made preg_replace calls easier to verify w.r.t. captures
* (bug 25920) Made RE_IPV6_ADD avoid conditions on whether a named group matched anything, which requires PCRE 6.7+ (not bundled with PHP 5.1.0)
includes/IP.php