Closed
Description
Hi,
On this page https://symfony.com/doc/current/components/process.html we can read
The create_new_console option is only available on Windows!
But on the code https://github.com/symfony/process/blob/6.3/Process.php#L1180 we can read
Enabling the "create_new_console" option allows a subprocess to continue to run after the main process exited, on both Windows and *nix
i checked the code, the method _destruct of the process class has been modified to make it working on linux. I also tested it on debian, and it works.
It is since v5.2