php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #35114 fetch mail timeout and make CPU loading 100%
Submitted: 2005-11-05 17:12 UTC Modified: 2005-11-05 17:19 UTC
From: wiseguy at wiseguy dot idv dot tw Assigned:
Status: Not a bug Package: *Mail Related
PHP Version: 4.4.1 OS: Fedora Core 4
Private report: No CVE-ID: None
 [2005-11-05 17:12 UTC] wiseguy at wiseguy dot idv dot tw
Description:
------------
I use the "Squirrel Mail v1.4.5" as my web mail system under the Apache 1.3.34 + PHP 4.4.0 structure. It is working normally.

After I upgrade the PHP to version 4.4.1, I can't read the mail. The mail reading program was executing timeout. When the program was running, the CPU loading was 100%.

The following is my configure parameters :
./configure \
--prefix=/usr/local \
--with-apxs=/apps/apache/bin/apxs \
--with-dom \
--with-dom-exslt \
--with-dom-xslt \
--with-png-dir=/usr \
--with-imap \
--with-gd \
--with-iconv \
--with-freetype-dir=/usr \
--with-mcrypt \
--with-jpeg-dir=/usr \
--with-zlib \
--with-mysql=/apps/mysql \
--with-mime-magic \
--with-xpm-dir=/usr \
--enable-mbstring=all \
--enable-gd-native-ttf \
--enable-mbregex \
--enable-shmop \
--disable-tokenizer \
--disable-debug \
--disable-ipv6


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2005-11-05 17:19 UTC] derick@php.net
Please do not submit the same bug more than once. An existing
bug report already describes this very problem. Even if you feel
that your issue is somewhat different, the resolution is likely
to be the same. 

Thank you for your interest in PHP.

The snapshots at http://snaps.php.net should work again.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Apr 25 23:01:29 2024 UTC