"Aaron Schulz" posted a comment on MediaWiki.r113647.
URL: http://www.mediawiki.org/wiki/Special:Code/MediaWiki/113647#c32118

Commit summary for MediaWiki.r113647:

* Put the timer stuff after leading line breaks in debug log entries (mainly 
for the first call on a request) so that they are placed near the remaing text 
and not on its own line
* Normalise line breaks in the first entry on a web request so that it's 
consistent with the one for command line requests

Aaron Schulz's comment:

<pre>+ $text = preg_replace( '/[^\n]/', $timer . '\0', $text, 1 );</pre>

Null byte?

_______________________________________________
MediaWiki-CodeReview mailing list
mediawiki-coderev...@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-codereview

Reply via email to