mirror of
https://we.phorge.it/source/arcanist.git
synced 2024-11-09 00:12:40 +01:00
8d487ed770
Summary: Ref T13675. Ref T13556. The "STDOUT" and "STDERR" constants are defined by the PHP CLI SAPI, in `cli_register_file_handles()`. The "native arc" embedded PHP wrapper doesn't define these, and there's no real reason to define them, since they're just defined in terms of the PHP stream wrappers ("php://stdin", etc) anyway. This patch isn't exhaustive (and a subsequent change should add lint, rejecting these magic constants) but is just trying to make native `arc` functional. Test Plan: Created this revision with a standalone native `arc` binary. Subscribers: cspeckmim Maniphest Tasks: T13675, T13556 Differential Revision: https://secure.phabricator.com/D21794 |
||
---|---|---|
.. | ||
__tests__ | ||
grid | ||
view | ||
format.php | ||
PhutilConsole.php | ||
PhutilConsoleFormatter.php | ||
PhutilConsoleMessage.php | ||
PhutilConsoleMetrics.php | ||
PhutilConsoleProgressBar.php | ||
PhutilConsoleServer.php | ||
PhutilConsoleServerChannel.php | ||
PhutilConsoleStdinNotInteractiveException.php | ||
PhutilInteractiveEditor.php |