Define our own posix_isatty if posix extension is not installed.
authorPlatonides <platonides@users.mediawiki.org>
Sun, 11 Apr 2010 15:44:28 +0000 (15:44 +0000)
committerPlatonides <platonides@users.mediawiki.org>
Sun, 11 Apr 2010 15:44:28 +0000 (15:44 +0000)
commit084e5c30c384a193d4f665681eeefc3844e9d1f6
tree168435228a33f1b42ad931f9aabfa8ecfa06363b
parent715e685546d34a60d52ed370099130c343896ba4
Define our own posix_isatty if posix extension is not installed.
Removes the extension dependency on non-windows for parserTests.
Currently used on install-utils.inc readconsole(), eval.php and parserTests.inc

Maintenance scripts receive it via commandLine.inc -> Maintenance.php .. doMaintenance.php -> install-utils.inc
maintenance/eval.php
maintenance/install-utils.inc