hholzgra                Sun Dec 16 04:04:20 2001 EDT

  Modified files:              
    /phpdoc/en/functions        apache.xml 
  Log:
  added skeletons for missing functions
  
  
Index: phpdoc/en/functions/apache.xml
diff -u phpdoc/en/functions/apache.xml:1.19 phpdoc/en/functions/apache.xml:1.20
--- phpdoc/en/functions/apache.xml:1.19 Wed Dec 12 15:46:35 2001
+++ phpdoc/en/functions/apache.xml      Sun Dec 16 04:04:20 2001
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.19 $ -->
+<!-- $Revision: 1.20 $ -->
  <reference id="ref.apache">
   <title>Apache-specific Functions</title>
   <titleabbrev>Apache</titleabbrev>
@@ -219,6 +219,50 @@
      use <function>include</function> or <function>require</function>;
      <function>virtual</function> cannot be used to include a document
      which is itself a PHP file.
+    </para>
+   </refsect1>
+  </refentry>
+
+  <refentry id='function.apache-child-terminate'>
+   <refnamediv>
+    <refname>apache_child_terminate</refname>
+    <refpurpose>Terminate apache process after this request</refpurpose>
+   </refnamediv>
+   <refsect1>
+    <title>Description</title>
+    <funcsynopsis>
+     <funcprototype>
+      <funcdef>string <function>apache_child_terminate</function></funcdef>
+      <void/>
+     </funcprototype>
+    </funcsynopsis>
+    <para>
+     <function>apache_child_terminate</function> will terminate the apache
+     process executing the current PHP request. It may be used to terminate
+     a process after a script with high memory consumption has been run
+     as memory will usualy only be freed internaly but not given back
+     to the operation system. 
+    </para>
+   </refsect1>
+  </refentry>
+
+  <refentry id='function.apache-setenv'>
+   <refnamediv>
+    <refname>apache_setenv</refname>
+    <refpurpose>Set an Apache subprocess_env variable</refpurpose>
+   </refnamediv>
+   <refsect1>
+    <title>Description</title>
+    <funcsynopsis>
+     <funcprototype>
+      <funcdef>int <function>apache_setenv</function></funcdef>
+      <paramdef>string <parameter>variable</parameter></paramdef>
+      <paramdef>string <parameter>value</parameter></paramdef>
+      <paramdef>bool 
+<parameter><optional>walk_to_top</optional></parameter></paramdef>
+     </funcprototype>
+    </funcsynopsis>
+    <para>
+     &warn.undocumented.func;
     </para>
    </refsect1>
   </refentry>


Reply via email to