ID: 35893 Updated by: [EMAIL PROTECTED] Reported By: erik at phpcastle dot com -Status: Open +Status: Bogus Bug Type: IMAP related Operating System: Debian PHP Version: 5.1.1 New Comment:
Thank you for taking the time to report a problem with PHP. Unfortunately you are not using a current version of PHP -- the problem might already be fixed. Please download a new PHP version from http://www.php.net/downloads.php If you are able to reproduce the bug with one of the latest versions of PHP, please change the PHP version on this bug report to the version you tested and change the status back to "Open". Again, thank you for your continued support of PHP. Previous Comments: ------------------------------------------------------------------------ [2006-01-04 14:30:16] erik at phpcastle dot com Description: ------------ Fist of all I use version 5.0.4-1 When opening an imap connection and then performing an imap_fetch_overview the memory usage is increasing every time I call imap_fetch_overview. Reproduce code: --------------- http://phpcastle.com/memusage_test.phps Actual result: -------------- -------Start------- Memory usage: 62488 - Next: Open connection Memory usage: 62544 - Next: Imap check Memory usage: 62968 - Next: Clear $mailboxinfo Memory usage: 62968 - Next: Fetch Overview ----------Num msg: 10----- Memory usage: 74448 - Next: Clear Overview Memory usage: 74448 - Next: Close connection Memory usage: 74448 - Next: Clear imap stream Memory usage: 74448 - Next: Open connection Memory usage: 74448 - Next: Imap check Memory usage: 74448 - Next: Clear $mailboxinfo Memory usage: 74448 - Next: Fetch Overview ----------Num msg: 10----- Memory usage: 75152 - Next: Clear Overview Memory usage: 75152 - Next: Close connection Memory usage: 75152 - Next: Clear imap stream Memory usage: 75152 - Next: Open connection Memory usage: 75152 - Next: Imap check Memory usage: 75152 - Next: Clear $mailboxinfo Memory usage: 75152 - Next: Fetch Overview ----------Num msg: 10----- Memory usage: 75872 - Next: Clear Overview Memory usage: 75872 - Next: Close connection Memory usage: 75872 - Next: Clear imap stream Memory usage: 75872 - Next: Open connection Memory usage: 75872 - Next: Imap check Memory usage: 75872 - Next: Clear $mailboxinfo Memory usage: 75872 - Next: Fetch Overview ----------Num msg: 10----- Memory usage: 76576 - Next: Clear Overview Memory usage: 76576 - Next: Close connection Memory usage: 76576 - Next: Clear imap stream Memory usage: 76576 -------End------- ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=35893&edit=1
