User "G.Hagedorn" posted a comment on MediaWiki.r103179. Full URL: http://www.mediawiki.org/wiki/Special:Code/MediaWiki/103179#c26049 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: Please consider tagging for 1.18, see r101644 _______________________________________________ MediaWiki-CodeReview mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-codereview
