diff --git a/reference/exec/functions/proc-open.xml b/reference/exec/functions/proc-open.xml index aa3aa42f63..acb1af1359 100644 --- a/reference/exec/functions/proc-open.xml +++ b/reference/exec/functions/proc-open.xml @@ -1,5 +1,5 @@ - + @@ -118,6 +118,14 @@ bypass_shell (windows only): bypass cmd.exe shell when set to &true; + + context: stream context used when opening files + (created with stream_context_create) + + + binary_pipes: open pipes in binary mode, instead + of using the usual stream_encoding + @@ -148,14 +156,22 @@ - 5.2.1. + 6.0.0 + + Added the context and + binary_pipes options to the + other_options parameter. + + + + 5.2.1 Added the bypass_shell option to the other_options parameter. - 5.0.0. + 5.0.0 Added the cwd, env and other_options parameters.