Page MenuHomePhabricator

Warnings on Windows with Tidy enabled from reference to /dev/null
Closed, ResolvedPublic

Description

Author: ayg

Description:
See r3499. The error is now on line 725 of Parser.php. What's the purpose of the piping to /dev/
null and what's a way to make it appropriately cross-platform?


Version: unspecified
Severity: minor
OS: Windows XP
Platform: PC

Details

Reference
bz8737

Event Timeline

bzimport raised the priority of this task from to Medium.Nov 21 2014, 9:30 PM
bzimport set Reference to bz8737.
bzimport added a subscriber: Unknown Object (MLST).

Under windows it should be NUL: , there are other occurrences
of /dev/null in the code (Export.php, Proxytools.php)

Blocks Bug 640: Internet Explorer (IE) / Windows issues (tracking)