diff --git a/reference/exec/functions/escapeshellarg.xml b/reference/exec/functions/escapeshellarg.xml index 5e94009796..88fef98979 100644 --- a/reference/exec/functions/escapeshellarg.xml +++ b/reference/exec/functions/escapeshellarg.xml @@ -1,5 +1,5 @@ - + @@ -25,15 +25,16 @@ ]]> - See also escshellcmd, - exec, popen, - system, and the escshellcmd, exec, + popen, system, and the backtick operator. diff --git a/reference/exec/functions/escapeshellcmd.xml b/reference/exec/functions/escapeshellcmd.xml index b24a30a68c..e7a6b4b370 100644 --- a/reference/exec/functions/escapeshellcmd.xml +++ b/reference/exec/functions/escapeshellcmd.xml @@ -1,5 +1,5 @@ - + @@ -25,10 +25,16 @@ ]]> diff --git a/reference/exec/functions/proc-get-status.xml b/reference/exec/functions/proc-get-status.xml index a89b125141..1cca49ebc0 100644 --- a/reference/exec/functions/proc-get-status.xml +++ b/reference/exec/functions/proc-get-status.xml @@ -1,5 +1,5 @@ - + proc_get_status @@ -86,6 +86,9 @@ + + See also proc_open. + diff --git a/reference/exec/functions/proc-open.xml b/reference/exec/functions/proc-open.xml index 9ac2ae8269..beab0832cd 100644 --- a/reference/exec/functions/proc-open.xml +++ b/reference/exec/functions/proc-open.xml @@ -1,5 +1,5 @@ - + @@ -83,11 +83,6 @@ if (is_resource($process)) { of accessing those handles. Stdin, stdout and stderr work as expected. - - - This function was introduced in PHP 4.3.0. - - If you only need a uni-directional (one-way) process pipe, use diff --git a/reference/exec/functions/proc-terminate.xml b/reference/exec/functions/proc-terminate.xml index 37d2c2206d..0da9d0493e 100644 --- a/reference/exec/functions/proc-terminate.xml +++ b/reference/exec/functions/proc-terminate.xml @@ -1,5 +1,5 @@ - + proc_terminate @@ -18,9 +18,8 @@ &warn.undocumented.func; - See also proc_open, - proc_close, and - proc_nice. + See also proc_open, proc_close, + and proc_nice.