File tree Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -108,6 +108,12 @@ You can configure the options passed to the ``other_options`` argument of
108
108
// this option allows a subprocess to continue running after the main script exited
109
109
$process->setOptions(['create_new_console' => true]);
110
110
111
+ .. caution ::
112
+
113
+ Most of the options defined by ``proc_open() `` (such as ``create_new_console ``
114
+ and ``suppress_errors ``) are only supported on Windows operating systems.
115
+ Check out the `PHP documentation for proc_open() `_ before using them.
116
+
111
117
Using Features From the OS Shell
112
118
--------------------------------
113
119
@@ -596,3 +602,4 @@ whether `TTY`_ is supported on the current operating system::
596
602
.. _`PHP streams` : https://www.php.net/manual/en/book.stream.php
597
603
.. _`output_buffering` : https://www.php.net/manual/en/outcontrol.configuration.php
598
604
.. _`TTY` : https://en.wikipedia.org/wiki/Tty_(unix)
605
+ .. _`PHP documentation for proc_open()` : https://www.php.net/manual/en/function.proc-open.php
You can’t perform that action at this time.
0 commit comments