Is it just me or does Zend_Date require a ton of memory?

var_dump(memory_get_usage());
$date = new Zend_Date();
var_dump(memory_get_usage());

Gives me:

int 9345896
int 13966200

That's a jump of 4620304 bytes!

Cheers,
David
-- 
View this message in context: 
http://n4.nabble.com/Zend-Date-Excessive-memory-use-tp1290103p1290103.html
Sent from the Zend Framework mailing list archive at Nabble.com.

Reply via email to