Skip to content

Commit 68e00ca

Browse files
committed
minor #19591 [Process] create_new_console option only on Windows (thomas-l)
This PR was submitted for the 7.0 branch but it was merged into the 5.4 branch instead. Discussion ---------- [Process] create_new_console option only on Windows Commits ------- 25eac32 create_new_console option only on Windows
2 parents cd6fc02 + 25eac32 commit 68e00ca

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

components/process.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,10 @@ Configuring Process Options
104104

105105
The feature to configure process options was introduced in Symfony 5.2.
106106

107+
.. caution::
108+
109+
Windows only
110+
107111
Symfony uses the PHP :phpfunction:`proc_open` function to run the processes.
108112
You can configure the options passed to the ``other_options`` argument of
109113
``proc_open()`` using the ``setOptions()`` method::

0 commit comments

Comments
 (0)