Address fixme on r101644 (bug 32325, bug 32263), originally for bug 31822. PHP 5...
authorChad Horohoe <demon@users.mediawiki.org>
Tue, 15 Nov 2011 15:04:36 +0000 (15:04 +0000)
committerChad Horohoe <demon@users.mediawiki.org>
Tue, 15 Nov 2011 15:04:36 +0000 (15:04 +0000)
commitbb45c5e8a3034a24fa7c85f27c4ce035de56ccb0
tree70b11bb998c476a566e24171751c3c3d4149ef50
parent68193e08d22b7d349d1f7d31368c55e0edf67fe9
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.
maintenance/Maintenance.php