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
108108 // this option allows a subprocess to continue running after the main script exited
109109 $process->setOptions(['create_new_console' => true]);
110110
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+
111117Using Features From the OS Shell
112118--------------------------------
113119
@@ -596,3 +602,4 @@ whether `TTY`_ is supported on the current operating system::
596602.. _`PHP streams` : https://www.php.net/manual/en/book.stream.php
597603.. _`output_buffering` : https://www.php.net/manual/en/outcontrol.configuration.php
598604.. _`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