From b706b98b28da8e9ebd074402bb51d39101445beb Mon Sep 17 00:00:00 2001 From: Nuno Lopes Date: Thu, 18 Jan 2007 18:58:59 +0000 Subject: [PATCH] add context and binary_pipes opts git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@227533 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/exec/functions/proc-open.xml | 22 +++++++++++++++++++--- 1 file changed, 19 insertions(+), 3 deletions(-) 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.