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
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: gz at moonky dot de
New email:
PHP Version: OS:

 

 [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

Pull Requests

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 Nov 21 13:01:29 2024 UTC