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.

Does this function only work with Apache 1.3?

Thanks
-Robin


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



Reply via email to