User "Reedy" posted a comment on MediaWiki.r103179. Full URL: http://www.mediawiki.org/wiki/Special:Code/MediaWiki/103179#c26050 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: That revision isn't part of 1.18, isn't actually merged, or ever been tagged for 1.18... Though it adds to the 1.18 release notes, which suggest it should be _______________________________________________ MediaWiki-CodeReview mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-codereview
