[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  
ride if all goes well. That being said, it would also be useful if  
anyone who is looking after issues that are still open and that should  
be addressed before the next release (beta2 or RC1) can send Johannes  
and myself a quick email. If anything needs discussion raise it on  
internals ASAP.


regards,
Lukas Kahwe Smith
m...@pooteeweet.org




--
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php



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 or Monday. I went through all my emails  
 yesterday and marked several for reading, which I will do on the train  
 ride if all goes well. That being said, it would also be useful if  
 anyone who is looking after issues that are still open and that should  
 be addressed before the next release (beta2 or RC1) can send Johannes  
 and myself a quick email. If anything needs discussion raise it on  
 internals ASAP.

 regards,
 Lukas Kahwe Smith
 m...@pooteeweet.org







Best regards,
 Marcus


-- 
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php



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/
 4015 7th Ave #4, Brooklyn NY 11232  v: 718-854-0335 f: 718-854-0409

-- 
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php



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 use alloca()
 (do_alloca()) for stack allocation you might kill the stack.
 
 I suggest you do some performance tests and if you need to keep it on 
 the stack then create some arbitrary limit like 8K and use stack below 
 that and use heap above that (code will be uglier).
 

Thanks for the tips, it's on a todo list


-- 
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php



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 there any way to force PHP to free that space up ?

Regards,
~IF.

-- 
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php