From:             martin dot norland at stjude dot org
Operating system: any
PHP version:      5.0.3
PHP Bug Type:     Documentation problem
Bug description:  apache_child_terminate function is Apache 1.x only

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 bug report at http://bugs.php.net/?id=31906&edit=1
-- 
Try a CVS snapshot (php4):   http://bugs.php.net/fix.php?id=31906&r=trysnapshot4
Try a CVS snapshot (php5.0): 
http://bugs.php.net/fix.php?id=31906&r=trysnapshot50
Try a CVS snapshot (php5.1): 
http://bugs.php.net/fix.php?id=31906&r=trysnapshot51
Fixed in CVS:                http://bugs.php.net/fix.php?id=31906&r=fixedcvs
Fixed in release:            http://bugs.php.net/fix.php?id=31906&r=alreadyfixed
Need backtrace:              http://bugs.php.net/fix.php?id=31906&r=needtrace
Need Reproduce Script:       http://bugs.php.net/fix.php?id=31906&r=needscript
Try newer version:           http://bugs.php.net/fix.php?id=31906&r=oldversion
Not developer issue:         http://bugs.php.net/fix.php?id=31906&r=support
Expected behavior:           http://bugs.php.net/fix.php?id=31906&r=notwrong
Not enough info:             
http://bugs.php.net/fix.php?id=31906&r=notenoughinfo
Submitted twice:             
http://bugs.php.net/fix.php?id=31906&r=submittedtwice
register_globals:            http://bugs.php.net/fix.php?id=31906&r=globals
PHP 3 support discontinued:  http://bugs.php.net/fix.php?id=31906&r=php3
Daylight Savings:            http://bugs.php.net/fix.php?id=31906&r=dst
IIS Stability:               http://bugs.php.net/fix.php?id=31906&r=isapi
Install GNU Sed:             http://bugs.php.net/fix.php?id=31906&r=gnused
Floating point limitations:  http://bugs.php.net/fix.php?id=31906&r=float
No Zend Extensions:          http://bugs.php.net/fix.php?id=31906&r=nozend
MySQL Configuration Error:   http://bugs.php.net/fix.php?id=31906&r=mysqlcfg

Reply via email to