Re: How to get a PHP bug fixed?

From: Date: Sat, 05 Jan 2013 23:50:22 +0000
Subject: Re: How to get a PHP bug fixed?
References: 1 2 3 4 5 6 7  Groups: php.internals 
Request: Send a blank email to [email protected] to get a copy of this message
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


Thread (15 messages)

« previous php.internals (#64579) next »