http://www.mediawiki.org/wiki/Special:Code/MediaWiki/89447

Revision: 89447
Author:   brion
Date:     2011-06-03 22:27:38 +0000 (Fri, 03 Jun 2011)
Log Message:
-----------
Provisional revert of r89230: per CR, benchmarking currently shows that it 
makes things slightly slower, not faster

http://www.mediawiki.org/wiki/Special:Code/MediaWiki/89230#c17571

Modified Paths:
--------------
    trunk/phase3/includes/parser/Parser.php

Modified: trunk/phase3/includes/parser/Parser.php
===================================================================
--- trunk/phase3/includes/parser/Parser.php     2011-06-03 22:14:17 UTC (rev 
89446)
+++ trunk/phase3/includes/parser/Parser.php     2011-06-03 22:27:38 UTC (rev 
89447)
@@ -1197,7 +1197,7 @@
                                        (?: [0-9]  [\ \-]? ){9} # 9 digits with 
opt. delimiters
                                        [0-9Xx]                 # check digit
                                        \b)
-                       )!xS', array( &$this, 'magicLinkCallback' ), $text );
+                       )!x', array( &$this, 'magicLinkCallback' ), $text );
                wfProfileOut( __METHOD__ );
                return $text;
        }


_______________________________________________
MediaWiki-CVS mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-cvs

Reply via email to