Home
last modified time | relevance | path

Searched refs:create_process_group (Results 1 – 3 of 3) sorted by relevance

/PHP-7.4/sapi/cli/tests/
H A Dsapi_windows_set_ctrl_handler.phpt30 …$proc = proc_open($cmd, $spec, $pipes, NULL, NULL, ["bypass_shell" => true, "create_process_group"…
/PHP-7.4/ext/standard/
H A Dproc_open.c506 int create_process_group = 0; in PHP_FUNCTION() local
599 create_process_group = 1; in PHP_FUNCTION()
929 if (create_process_group) { in PHP_FUNCTION()
/PHP-7.4/
H A DUPGRADING494 . proc_open() on Windows can be passed a "create_process_group" option. It

Completed in 11 milliseconds