From 25eac32f051fc719e6ec501594bd6f65c5d156d7 Mon Sep 17 00:00:00 2001 From: Thomas Lemaire Date: Fri, 23 Feb 2024 13:46:49 +0100 Subject: [PATCH] create_new_console option only on Windows --- components/process.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/components/process.rst b/components/process.rst index c3a289645e9..e0ab976b167 100644 --- a/components/process.rst +++ b/components/process.rst @@ -104,6 +104,10 @@ Configuring Process Options The feature to configure process options was introduced in Symfony 5.2. +.. caution:: + + Windows only + Symfony uses the PHP :phpfunction:`proc_open` function to run the processes. You can configure the options passed to the ``other_options`` argument of ``proc_open()`` using the ``setOptions()`` method::