"Aaron Schulz" changed the status of MediaWiki.r109847 to "ok"
URL: http://www.mediawiki.org/wiki/Special:Code/MediaWiki/109847

Old status:  new
> New status: ok

Commit summary for MediaWiki.r109847:

Fix for r109720: replace the last two regexes with plain string functions. The 
regular expression used for stripping the last path component from the output 
was inefficient, because PCRE does not optimise "$" anchors correctly. It scans 
the entire string forwards, instead of scanning backwards starting from the 
anchor. Passes tests.

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

Reply via email to