betz Mon May 6 03:15:34 2002 EDT
Modified files:
/phpdoc/en/reference/exec reference.xml
Log:
new structure
Index: phpdoc/en/reference/exec/reference.xml
diff -u phpdoc/en/reference/exec/reference.xml:1.2
phpdoc/en/reference/exec/reference.xml:1.3
--- phpdoc/en/reference/exec/reference.xml:1.2 Mon Apr 15 14:56:34 2002
+++ phpdoc/en/reference/exec/reference.xml Mon May 6 03:15:33 2002
@@ -1,16 +1,51 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.2 $ -->
+<!-- $Revision: 1.3 $ -->
<reference id="ref.exec">
<title>Program Execution functions</title>
<titleabbrev>Program Execution</titleabbrev>
<partintro>
+ <section id="exec.intro">
+ &reftitle.intro;
<simpara>
Those functions provides means to executes commands on the
- system itself, and means secure such commands. Those functions
- are also closely related to the
- <link linkend="language.operators.execution">backtick operator</link>.
+ system itself, and means secure such commands.
</simpara>
+ </section>
+
+ <section id="exec.requirenments">
+ &reftitle.required;
+ &no.requirement;
+ </section>
+
+ <section id="exec.installation">
+ &reftitle.install;
+ &no.install;
+ </section>
+
+ <section id="exec.configuration">
+ &reftitle.runtime;
+ &no.config;
+ </section>
+
+ <section id="exec.resources">
+ &reftitle.resources;
+ &no.resource
+ </section>
+
+ <section id="exec.constants">
+ &reftitle.constants;
+ &no.constants;
+ </section>
+
+ <section id="exec.seealso">
+ &reftitle.seealso;
+ <para>
+ Those functions are also closely related to the
+ <link linkend="language.operators.execution">backtick operator</link>.
+ </para>
+ </section>
+
</partintro>
&reference.exec.functions;