irchtml Thu Apr 22 20:26:43 2004 EDT
Modified files:
/phpdoc/en/reference/exec/functions system.xml exec.xml
Log:
add see also's for pcntl_exec
http://cvs.php.net/diff.php/phpdoc/en/reference/exec/functions/system.xml?r1=1.8&r2=1.9&ty=u
Index: phpdoc/en/reference/exec/functions/system.xml
diff -u phpdoc/en/reference/exec/functions/system.xml:1.8
phpdoc/en/reference/exec/functions/system.xml:1.9
--- phpdoc/en/reference/exec/functions/system.xml:1.8 Tue Feb 17 21:51:09 2004
+++ phpdoc/en/reference/exec/functions/system.xml Thu Apr 22 20:26:42 2004
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.8 $ -->
+<!-- $Revision: 1.9 $ -->
<!-- splitted from ./en/functions/exec.xml, last change in rev 1.24 -->
<refentry id="function.system">
<refnamediv>
@@ -65,7 +65,8 @@
<para>
See also <function>exec</function>,
<function>passthru</function>, <function>popen</function>,
- <function>escapeshellcmd</function>, and the <link
+ <function>escapeshellcmd</function>,
+ <function>pcntl_exec</function>, and the <link
linkend="language.operators.execution">backtick operator</link>.
</para>
</refsect1>
http://cvs.php.net/diff.php/phpdoc/en/reference/exec/functions/exec.xml?r1=1.11&r2=1.12&ty=u
Index: phpdoc/en/reference/exec/functions/exec.xml
diff -u phpdoc/en/reference/exec/functions/exec.xml:1.11
phpdoc/en/reference/exec/functions/exec.xml:1.12
--- phpdoc/en/reference/exec/functions/exec.xml:1.11 Mon Feb 23 21:22:26 2004
+++ phpdoc/en/reference/exec/functions/exec.xml Thu Apr 22 20:26:42 2004
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.11 $ -->
+<!-- $Revision: 1.12 $ -->
<!-- splitted from ./en/functions/exec.xml, last change in rev 1.2 -->
<refentry id="function.exec">
<refnamediv>
@@ -60,7 +60,8 @@
<para>
See also <function>system</function>,
<function>passthru</function>, <function>popen</function>,
- <function>escapeshellcmd</function>, and the <link
+ <function>escapeshellcmd</function>
+ <function>pcntl_exec</function>, and the <link
linkend="language.operators.execution">backtick operator</link>.
</para>
</refsect1>