php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #35040 slowness and timeouts when using php-4.4.1
Submitted: 2005-10-31 20:53 UTC Modified: 2005-11-06 11:54 UTC
Votes:19
Avg. Score:4.7 ± 0.5
Reproduced:18 of 18 (100.0%)
Same Version:16 (88.9%)
Same OS:8 (44.4%)
From: sbailey at mileone dot com Assigned:
Status: No Feedback Package: Performance problem
PHP Version: 4.4.1 OS: FreeBSD 5.3
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 — but make sure to vote on the bug!
Your email address:
MUST BE VALID
Solve the problem:
21 - 6 = ?
Subscribe to this entry?

 
 [2005-10-31 20:53 UTC] sbailey at mileone dot com
Description:
------------
Installed a fresh install of php-4.4.1 and the only compile options were --with-apxs2 and I am running apache 2.0.55 on FreeBSD 5.3 and when I run SquirrelMail version 1.4.5 httpd takes alot of system resources and is really slow.  I can provide more info if nessary.

Thanks


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2005-10-31 21:13 UTC] derick@php.net
Not enough information was provided for us to be able
to handle this bug. Please re-read the instructions at
http://bugs.php.net/how-to-report.php

If you can provide more information, feel free to add it
to this bug and change the status back to "Open".

Thank you for your interest in PHP.

 [2005-10-31 21:35 UTC] vmlinuz386 at yahoo dot com dot ar
I have the same problem, but running on apache-1.3.34 (Linux), with the php-4.4.1, i am back to php-4.4.0 and this fixes.
Here is the phpinfo() http://www.vmlinuz.com.ar/phpinfo.php

Squirrelmail is 1.4.5, can browse all pages, but the problem  appear when open a message.

Another problem is that httpd takes many more seconds to stop with 4.4.1, not with 4.4.0.
 [2005-11-01 17:46 UTC] gabe at mudbugmedia dot com
I haven't managed to discover if this is a SquirrelMail bug or 
a PHP bug, but the change from 4.4.0 to 4.4.1 definitely 
causes the break down.

A bug report with a work around is available at SquirrelMail's 
sourceforge page. http://sourceforge.net/tracker/index.php?
func=detail&aid=1344216&group_id=311&atid=100311 .  The work 
around is to turn on server side sorting (in your config.php 
file) to prevent the effected function from being called.
 [2005-11-02 08:32 UTC] mc at nuxit dot net
I have the same problem. SquirrelMail is taking a lot of CPU since 4.4.1 and timeouts.

I've got a backtrace with gdb when it timeouts :

#0  zend_hash_copy (target=0x8531ee4, source=0x0, pCopyConstructor=0x81dd370 <zval_add_ref>, tmp=0x5da5b718, size=4)
    at /src/php-4.4.1/Zend/zend_hash.c:799
#1  0x081dd4c5 in _zval_copy_ctor (zvalue=0x87b8a6c) at /src/php-4.4.1/Zend/zend_variables.c:125
#2  0x081ed959 in execute (op_array=0x846b4f8) at /src/php-4.4.1/Zend/zend_execute.c:1899
#3  0x081ece16 in execute (op_array=0x8489538) at /src/php-4.4.1/Zend/zend_execute.c:1719
#4  0x081ece16 in execute (op_array=0x84656ec) at /src/php-4.4.1/Zend/zend_execute.c:1719
 [2005-11-02 11:01 UTC] mc at nuxit dot net
I don't think it is a SquirrelMail issue because it would seem that other scripts are experiencing the same type of problem
 [2005-11-06 02:21 UTC] tb at tbits dot net
I've the same problem with 4.4.1 with timeouts :-(, my os is linux, if i go back to 4.3.11 its working.

-Thomas
 [2005-11-06 11:16 UTC] mc at nuxit dot net
This bug seems to be a duplicate of :
http://bugs.php.net/bug.php?id=35067
 [2005-11-06 11:54 UTC] derick@php.net
NO feedback from the original submitter.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Mar 28 19:01:29 2024 UTC