From:             [EMAIL PROTECTED]
Operating system: Windows 2000
PHP version:      4.0 Latest CVS (12/03/2001)
PHP Bug Type:     COM related
Bug description:  Memory leak when passing String values into methods through COM

I added methods to pass String values into the static variables.
Passing String values into method in COM object also leaks memory.

Example:

COM object has method test(String a) and a static variable b
The method sets the variable b to a.

In PHP, I execute the COM object's method:

$t_obj->test("This is a test string.");

Memory leak when passing String into COM object.


-- 
Edit Bug report at: http://bugs.php.net/?id=9718&edit=1



-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to