jimw Wed Jan 2 13:05:03 2002 EDT
Modified files:
/phpdoc/en/functions apache.xml
Log:
apache_child_terminate: clarify, see also exit
Index: phpdoc/en/functions/apache.xml
diff -u phpdoc/en/functions/apache.xml:1.21 phpdoc/en/functions/apache.xml:1.22
--- phpdoc/en/functions/apache.xml:1.21 Tue Jan 1 09:41:44 2002
+++ phpdoc/en/functions/apache.xml Wed Jan 2 13:05:03 2002
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.21 $ -->
+<!-- $Revision: 1.22 $ -->
<reference id="ref.apache">
<title>Apache-specific Functions</title>
<titleabbrev>Apache</titleabbrev>
@@ -237,11 +237,14 @@
</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 usually only be freed internally but not given back
- to the operation system.
+ <function>apache_child_terminate</function> will terminate the Apache
+ process executing the current PHP request once it is completed. It may be
+ used to terminate a process after a script with high memory consumption
+ has been run as memory will usually only be freed internally but not
+ given back to the operating system.
+ </para>
+ <para>
+ See also <function>exit</function>.
</para>
</refsect1>
</refentry>