[PHP-DEV] 5.3 items

2009-03-06 Thread Lukas Kahwe Smith
Hello All, I am back from my vacation in Tanzania. I will be in Innsbruck over the weekend for some Frisbee action, but I hope to get back into the RM business Sunday evening or Monday. I went through all my emails yesterday and marked several for reading, which I will do on the train rid

Re: [PHP-DEV] 5.3 items

2009-03-06 Thread Marcus Boerger
Hello Lukas, thanks for the detailed update on your life :-) Friday, March 6, 2009, 9:13:16 AM, you wrote: > Hello All, > I am back from my vacation in Tanzania. I will be in Innsbruck over > the weekend for some Frisbee action, but I hope to get back into the > RM business Sunday evening

Re: [PHP-DEV] New INIs, Round Three

2009-03-06 Thread Daniel Convissor
Hi Eric: The mail.log entries need to be commented out, please. http://bugs.php.net/bug.php?id=47543 Thanks, --Dan -- T H E A N A L Y S I S A N D S O L U T I O N S C O M P A N Y data intensive web and database programming http://www.AnalysisAndSolutions.com

RE: [PHP-DEV] Stream chunk size

2009-03-06 Thread Jonathan Bond-Caron
On Mon Mar 2 11:10 PM, Andi Gutmans wrote: > I don't see a fundamental issue why it could not be arbitrary. > The only challenge which may be an issue is that this code clearly > allocates the buffer on the stack for what are probably performance > reasons. If you allow arbitrary chunk size and u

Re: [PHP-DEV] Memory Leaks with Objects (no circular reference)

2009-03-06 Thread Igor Feghali
Hello Dmitry, Thank you for your answer. The problem comes when you put that piece of code inside a Daemon that is supposed to run 24h/7 days. The reserved memory increases at each loop, never gets freed, and in about 1~2 days the process dies because it reaches the memory limit of 128MB. Isn't t