Memory wasting Zend_Mail
I just wrote a small script to manage my mails… turns out that Zend_Mail uses some special trick that causes a fatal error:
Reading 3274 messages…
Fatal error: Out of memory (allocated 11534336) (tried to allocate 18446744073709551615 bytes) in /usr/share/php/libzend-framework-php/Zend/Mail/Storage/Mbox.php on line 198
That’s around 17179869183 TB of memory… to read 3274 mails… makes 5247363 TB per message… not bad

