* Thus wrote Robin Getz:
> I am trying to turn on apache_child_terminate with PHP V4.3.10 / Apache 
> 2.0.52
> 
> According to: 
> http://php.planetmirror.com/manual/en/function.apache-child-terminate.php
> 
> I should be able to turn this on with 'child_terminate' in php.ini
> 
> However, I do this, and when I do a phpinfo(); it returns a:
> 
> apache2handler with only three Directives:
> - engine
> - last_modified
> - xbithack
> 
> When I look at others with apache 1.3, it lists, child_terminate.

Are you running apache in multithreaded per chance?

  http://php.net/manual/en/function.apache-child-terminate.php

Of course this begs the question why you want all php script's to
terminage apache, this will only provide extra cpu usage.


Curt
-- 
Quoth the Raven, "Nevermore."

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to