> 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
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.
I have a download script that for some reason, seems to be consuming lots of memory - no matter what I do.
Someone suggested apache_child_terminate after the download is done, to kill the apache process, and make sure that the memory is released back to the OS.
-Robin
-- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php