Re: [PHP-DEV] Bug #8889 Updated: Memory is not being freed.

2001-06-22 Thread Brian Moon
- From: "Brian Foddy" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Friday, June 22, 2001 8:20 AM Subject: Re: [PHP-DEV] Bug #8889 Updated: Memory is not being freed. > Not that I believed anything serious was wrong, but can you tell >

Re: [PHP-DEV] Bug #8889 Updated: Memory is not being freed.

2001-06-22 Thread Brian Foddy
Not that I believed anything serious was wrong, but can you tell me specifically what was "fixed". Is there any change in Andi's statement (which is always what I've understood)? Brian [EMAIL PROTECTED] wrote: > > ID: 8889 > Updated by: brianlmoon > Reported By: [EMAIL PROTECTED] > Status: Cl

[PHP-DEV] Bug #8889 Updated: Memory is not being freed.

2001-06-22 Thread brianlmoon
ID: 8889 Updated by: brianlmoon Reported By: [EMAIL PROTECTED] Status: Closed Bug Type: Performance problem Operating system: PHP Version: 4.0.4 Assigned To: Comments: This is all fixed in 4.0.6. Previous Comments: --- [2

[PHP-DEV] Bug #8889 Updated: Memory is not being freed.

2001-04-30 Thread andi
ID: 8889 Updated by: andi Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Closed Bug Type: Performance problem PHP Version: 4.0.4 Assigned To: Comments: The main problem is that once the system's standard C library allocates heap space (with the sbrk() system call) it will never return

[PHP-DEV] Bug #8889 Updated: Memory is not being freed.

2001-04-29 Thread zeev
ID: 8889 Updated by: zeev Reported By: [EMAIL PROTECTED] Status: Open Bug Type: Performance problem PHP Version: 4.0.4 Assigned To: Comments: What kind of sizes are we talking about here? the Zend memory manager holds a memory cache, but we're talking at around 1MB per process max. Previous C