[PHP-DEV] PHP 4.0 Bug #9718 Updated: Memory leak when passing String values into methods through COM

2001-03-21 Thread phanto
ID: 9718 Updated by: phanto Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Closed Bug Type: COM related Assigned To: Comments: fixed. Previous Comments: --- [2001-03-20 17:59:36] [EMAIL PROTECTED] I think that

[PHP-DEV] PHP 4.0 Bug #9718 Updated: Memory leak when passing String values into methods through COM

2001-03-20 Thread phanto
ID: 9718 Updated by: phanto Reported By: [EMAIL PROTECTED] Status: Open Bug Type: COM related Assigned To: Comments: could you try again with the latest cvs version. i've rewritten a lot. harald Previous Comments: ---

[PHP-DEV] PHP 4.0 Bug #9718 Updated: Memory leak when passing String values into methods through COM

2001-03-20 Thread Jason
ID: 9718 User Update by: [EMAIL PROTECTED] Status: Open Bug Type: COM related Description: Memory leak when passing String values into methods through COM I think that you've fixed the problem. Thanks. Previous Comments:

[PHP-DEV] PHP 4.0 Bug #9718 Updated: Memory leak when passing String values into methods through COM

2001-03-13 Thread Jason
ID: 9718 User Update by: [EMAIL PROTECTED] Status: Open Bug Type: COM related Description: Memory leak when passing String values into methods through COM Bug #9715 is reclassified under this bug. Memory leak when passing String value to a static variable in the COM object. Memory leak

[PHP-DEV] PHP 4.0 Bug #9718 Updated: Memory leak when passing String values into methods through COM

2001-03-13 Thread Jason
ID: 9718 User Update by: [EMAIL PROTECTED] Status: Open Bug Type: COM related Description: Memory leak when passing String values into methods through COM Corrections to bug report. Ignore previous example, check with the below example instead. I'm actually assigning values from inside a

[PHP-DEV] PHP 4.0 Bug #9718 Updated: Memory leak when passing String values into methods through COM

2001-03-12 Thread Jason
ID: 9718 User Update by: [EMAIL PROTECTED] Status: Open Bug Type: COM related Description: Memory leak when passing String values into methods through COM Found the problem. It only leaks memory, if I pass a CONSTANT from PHP to the COM object. All I have to do now is rewrite the php so that