ID:               31906
 Updated by:       [EMAIL PROTECTED]
 Reported By:      martin dot norland at stjude dot org
-Status:           Open
+Status:           Closed
 Bug Type:         Documentation problem
 Operating System: any
 PHP Version:      5.0.3
 New Comment:

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.




Previous Comments:
------------------------------------------------------------------------

[2005-02-09 20:45:09] 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.


------------------------------------------------------------------------


-- 
Edit this bug report at http://bugs.php.net/?id=31906&edit=1

Reply via email to