Hi Some of my PHP scripts use a large volume of memory. Is there a way I can:1) Increase the script memory limit, and 2) Force a garbage collect at script end (and reset the limit).
From PHP, I guess you could do ini_set("memory_limit"), unless you are running in safe mode.
-- Stanislav Malyshev, Zend Products Engineer [EMAIL PROTECTED] http://www.zend.com/ -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php