Antoine Musso wrote:
Hello,
PHP 5.2.6 and earlier have a bugs that prevents us from appending text to php://stdout . See [PHP 45303].
We need to open php:// file descriptors in append mode (a) when running the web installer or we have a nice error caused by the output buffer being reset [BUG 31822] fixed by [r101644].
By bumping our PHP version requirement to 5.2.7 we no more have that buffer reset issue. Maintenance scripts will throw a warning though [BUG 32325] [BUG 32263].
Given that it's just a warning (I see no mention of the returned handle being wrong), why not remove it with wfSupressErrors?