User "G.Hagedorn" posted a comment on MediaWiki.r103179. Full URL: http://www.mediawiki.org/wiki/Special:Code/MediaWiki/103179#c26051 Commit summary:
Address fixme on r101644 (bug 32325, bug 32263), originally for bug 31822. PHP 5.2 below 5.2.7 throws a warning when you try to fopen() in append mode. Fixed by only fwrite()ing to STDIN|STDERR when in cli, use print otherwise (per Tim's suggestion). People didn't seem to like the idea of bumping the minimum version to 5.2.7 since some distros like being behind the times. Comment: Apologies, you are right, I did not check the revision properly enough, just saw a 1.18 :-)! I also wrongly remembered having it in the 1.18 branch, but actually I reported Bug 32325 on the testing branch 1.19svn (I tried to read carefully this time). _______________________________________________ MediaWiki-CodeReview mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-codereview
