ID: 31480 Updated by: [EMAIL PROTECTED] Reported By: gz at moonky dot de -Status: Verified +Status: Closed Bug Type: IMAP related Operating System: * PHP Version: 4CVS, 5CVS (2005-01-10) New Comment:
This bug has been fixed in CVS. Snapshots of the sources are packaged every three hours; this change will be in the next snapshot. You can grab the snapshot at http://snaps.php.net/. Thank you for the report, and for helping us make PHP better. Previous Comments: ------------------------------------------------------------------------ [2005-01-11 05:19:23] [EMAIL PROTECTED] See also bug #31142 ------------------------------------------------------------------------ [2005-01-10 23:32:16] gz at moonky dot de Description: ------------ imap_mail_compose hangs with 100% cpu usage when started with weird parameters same result with 4.3.10 Reproduce code: --------------- <?php $a[0] = "A"; $a[1] = "A"; $b[0] = "moep"; imap_mail_compose($b, $a); ?> ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=31480&edit=1