thomasW wrote: > > Don't you think that just giving an error message is not enough to > reproduce > anything ??? >
You're right, I gave you too few information, but I guess my problem is solved by setting memory limit to 16Mb. I don't know very well ZF internals, neither php memory allocation techniques; I guess that the message "tried to allocate 1245184 bytes" in php correspond to a C malloc, so it sounds strange that a single Zend_Date object would malloc more than 1Mb of memory for a line such as the one I posted (line 2539). What I want to say is that if there exists any problem it is in Zend_Date itself, not in my code, but perhaps I'm completely wrong. -- View this message in context: http://www.nabble.com/Memory-leak-in-Zend_Date--tp18351959p18419307.html Sent from the Zend Framework mailing list archive at Nabble.com.
