[PHP-DEV] Bug #14037 Updated: Memory leak in xmldocfile function

2001-11-29 Thread mfischer
ID: 14037 Updated by: mfischer Reported By: [EMAIL PROTECTED] Old Status: Open Status: Assigned Bug Type: DOM XML related Operating System: Linux PHP Version: 4.0.6 Old Assigned To: Assigned To: mfischer New Comment: It probably segfaults becaue you don't delete the resource from the list and so

[PHP-DEV] Bug #14037 Updated: Memory leak in xmldocfile function

2001-11-29 Thread mikep
ID: 14037 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Open Bug Type: DOM XML related Operating System: Linux PHP Version: 4.0.6 New Comment: I need a way to attach a file to this bug... Here is the diff: diff -ur php-4.0.6/ext/domxml/php_domxml.c php-4.0.6-haxx0r

Re: [PHP-DEV] Bug #14037 Updated: Memory leak in xmldocfile function

2001-11-29 Thread Markus Fischer
Send over the diff for this. - Markus On Thu, Nov 29, 2001 at 04:29:58PM -, [EMAIL PROTECTED] wrote : > ID: 14037 > User updated by: [EMAIL PROTECTED] > Reported By: [EMAIL PROTECTED] > Old Status: Feedback > Status: Open > Bug Type: DOM XML related > Operating System: Linux > PHP V

[PHP-DEV] Bug #14037 Updated: Memory leak in xmldocfile function

2001-11-29 Thread mikep
ID: 14037 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Old Status: Feedback Status: Open Bug Type: DOM XML related Operating System: Linux PHP Version: 4.0.6 New Comment: Here's the explanation from [EMAIL PROTECTED] (our resident C expert): In the ext/domxml/php_domxml.c th

[PHP-DEV] Bug #14037 Updated: Memory leak in xmldocfile function

2001-11-29 Thread mfischer
ID: 14037 Updated by: mfischer Reported By: [EMAIL PROTECTED] Old Status: Open Status: Feedback Bug Type: DOM XML related Operating System: Linux PHP Version: 4.0.6 New Comment: By patching what? ext/domxml? FYI, apache doesn't release memory it once grabs. Thats how it works. Feedback. Pr

[PHP-DEV] Bug #14037 Updated: Memory leak in xmldocfile function

2001-11-29 Thread mikep
ID: 14037 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Old Status: Feedback Status: Open Bug Type: DOM XML related Operating System: Linux PHP Version: 4.0.6 New Comment: As stated, the memory used by Apache sky rockets... On my machine, it goes up to about 90% or so. We're

[PHP-DEV] Bug #14037 Updated: Memory leak in xmldocfile function

2001-11-29 Thread mfischer
ID: 14037 Updated by: mfischer Reported By: [EMAIL PROTECTED] Old Status: Open Status: Feedback Bug Type: DOM XML related Operating System: Linux PHP Version: 4.0.6 New Comment: What do you define as 'memory leak' ? Error output in apaches log? Feedback. Previous Comments: ---