Hi! > I don't understand. There already IS the 'args' field where huge > objects also can be (and very often are). The new 'object' field > does not make any difference in this regard.
It adds another place where huge objects can be - and unlike args, it is guaranteed to be an object, and those tend to be big. So chances to blow up the memory with this function become higher. That's why other functions gained parameters to amend this situation some time ago, this one would be good to add it too. -- Stanislav Malyshev, Software Architect SugarCRM: http://www.sugarcrm.com/ (408)454-6900 ext. 227 -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php