Hi! > Can you please elaborate a little ? > Doesn't such leak have to be fixed in ext/gmp ?
We clean up the memory at the end of the request. But if the request ended abnormally and we had some active gmp objects, with gmp data allocated outside emalloc we could not clean that and it ends up being persistent memory leak. Also, of course, that also excepts gmp objects from PHP memory limit, which makes it less useful. -- Stanislav Malyshev, Software Architect SugarCRM: http://www.sugarcrm.com/ -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php