php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #31480 imap_mail_compose 100% cpu usage
Submitted: 2005-01-10 23:32 UTC Modified: 2005-01-18 17:34 UTC
Votes:5
Avg. Score:4.6 ± 0.5
Reproduced:2 of 2 (100.0%)
Same Version:1 (50.0%)
Same OS:2 (100.0%)
From: gz at moonky dot de Assigned:
Status: Closed Package: IMAP related
PHP Version: 4CVS, 5CVS (2005-01-10) OS: *
Private report: No CVE-ID: None
View Add Comment Developer Edit
Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know!
Just going to say 'Me too!'? Don't clutter the database with that please !
Your email address:
MUST BE VALID
Solve the problem:
33 + 49 = ?
Subscribe to this entry?

 
 [2005-01-10 23:32 UTC] 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);
?>



Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2005-01-11 05:19 UTC] sniper@php.net
See also bug #31142

 [2005-01-18 17:34 UTC] iliaa@php.net
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.


 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Mar 28 16:01:29 2024 UTC