diff --git a/functions/apache.xml b/functions/apache.xml index 6fa062c621..029dd71f80 100644 --- a/functions/apache.xml +++ b/functions/apache.xml @@ -1,5 +1,5 @@ - + Apache-specific Functions Apache @@ -237,11 +237,14 @@ while (list ($header, $value) = each ($headers)) { - apache_child_terminate 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. + apache_child_terminate 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. + + + See also exit.