php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Doc Bug #31906 apache_child_terminate function is Apache 1.x only
Submitted: 2005-02-09 20:45 UTC Modified: 2005-02-10 18:33 UTC
Votes:2
Avg. Score:4.0 ± 1.0
Reproduced:2 of 2 (100.0%)
Same Version:2 (100.0%)
Same OS:2 (100.0%)
From: martin dot norland at stjude dot org Assigned:
Status: Closed Package: Documentation problem
PHP Version: 5.0.3 OS: any
Private report: No CVE-ID: None
View Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
If you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: martin dot norland at stjude dot org
New email:
PHP Version: OS:

 

 [2005-02-09 20:45 UTC] martin dot norland at stjude dot org
Description:
------------
The documentation ( http://us3.php.net/manual/en/function.apache-child-terminate.php )does not make it clear that apache_child_terminate is not available in Apache 2.

Reproduce code:
---------------
<?php
echo "Goodbye.";
apache_child_terminate();
?>

Expected result:
----------------
Goodbye.

* Apache child process terminates at end of script execution.

Actual result:
--------------
Goodbye.
Fatal error: Call to undefined function apache_child_terminate() in /var/www/test.php on line 3

* Apache child process does not terminate at end of script execution.

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2005-02-10 18:33 UTC] nlopess@php.net
This bug has been fixed in the documentation's XML sources. Since the
online and downloadable versions of the documentation need some time
to get updated, we would like to ask you to be a bit patient.

Thank you for the report, and for helping us make our documentation better.


 [2020-02-07 06:11 UTC] phpdocbot@php.net
Automatic comment on behalf of nlopess
Revision: http://git.php.net/?p=doc/en.git;a=commit;h=05e5f1ac0b23b2e24266930740dd3827b296c1dc
Log: fix #31906: just available in apache 1
 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Wed Nov 19 21:00:01 2025 UTC