Skip to content

Commit aef616b

Browse files
committed
minor #18150 [Process] 📝 process: create_new_console is only for windows (homersimpsons)
This PR was submitted for the 6.2 branch but it was squashed and merged into the 5.4 branch instead. Discussion ---------- [Process] 📝 process: `create_new_console` is only for windows cf: https://www.php.net/manual/en/function.proc-open.php I find the current documentation a bit misleading because this option actually does nothing on non-Windows systems Commits ------- bc79167 [Process] 📝 process: `create_new_console` is only for windows
2 parents 91092f4 + bc79167 commit aef616b

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

components/process.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,11 @@ You can configure the options passed to the ``other_options`` argument of
113113
// this option allows a subprocess to continue running after the main script exited
114114
$process->setOptions(['create_new_console' => true]);
115115

116+
.. note::
117+
118+
The ``create_new_console`` option is only available on Windows!
119+
120+
116121
Using Features From the OS Shell
117122
--------------------------------
118123

0 commit comments

Comments
 (0)