php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #25280 server stall while loading image files
Submitted: 2003-08-27 18:28 UTC Modified: 2003-09-02 18:14 UTC
Votes:1
Avg. Score:4.0 ± 0.0
Reproduced:1 of 1 (100.0%)
Same Version:1 (100.0%)
Same OS:1 (100.0%)
From: giovanni at minniti dot de Assigned:
Status: No Feedback Package: GD related
PHP Version: 4.3.3 OS: winxp
Private report: No CVE-ID: None
Have you experienced this issue?
Rate the importance of this bug to you:

 [2003-08-27 18:28 UTC] giovanni at minniti dot de
Description:
------------
After installing the released version 4.3.3 and cvs php4-win32-STABLE-200308272030.zip the server stalls trying to load a page with gif,png image files. The cpu goes to 100% and after a while the images are displayed. The stall period is variable.
With php 4.3.2 it seems to work as expected.

Here some info:
WinXP Pro + SP1
Apache2 2.0.46



Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2003-08-27 18:31 UTC] iliaa@php.net
I take it the images you are trying to load are generated real time by PHP? Would it be possible to see the code responsible for generating those images.
 [2003-08-28 08:10 UTC] giovanni at minniti dot de
The images are created with the img tag <img src=...> and not in real-time. Nearly the same php.ini works with 4.3.2 without delay. I suspect something inside php_gd2.dll or session management. The error is reproducible with 4.3.3 and also with the latest cvs bundle from yesterday 8.30 pm.
 [2003-08-28 10:54 UTC] sniper@php.net
And you're absolutely, 100% sure you have installed the new version correctly? ie. you removed all the old php related dlls/exes from your system before you installed the new version..? (I'm quite sure this is no bug, PHP 4.3.3 + Apache  2.0.47 works just fine for me on XP)

 [2003-08-28 17:16 UTC] giovanni at minniti dot de
I unzipped the package in a new fresh directory called php-4.3.3, made a symlink to a php directory on the same level using a windows tool. This schema works for me since php 4.1. I do not change anything inside the apache conf files. The only thing changed with this version was to delete the php4ts.dll inside system32 directory and create a path entry AFTER the apache one. (...\apache\bin;....\php;....) in PATH.
Using the above mentioned schema allows me to change every version nearly on-the-fly without having dangling references around. I use this method also for the apache software.
 [2003-08-28 19:38 UTC] sniper@php.net
Please provide a complete and short example script so we can test this ourselves.

 [2003-09-02 18:14 UTC] sniper@php.net
No feedback was provided. The bug is being suspended because
we assume that you are no longer experiencing the problem.
If this is not the case and you are able to provide the
information that was requested earlier, please do so and
change the status of the bug back to "Open". Thank you.


 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sat Apr 27 16:01:29 2024 UTC