php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #18796 CGI Timeout on any page
Submitted: 2002-08-07 17:14 UTC Modified: 2002-08-07 17:42 UTC
From: matt at diversdiscount dot com Assigned:
Status: Not a bug Package: GD related
PHP Version: 4.2.2 OS: Windows 2000 AS
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 this is not your bug, you can add a comment by following this link.
If this is your bug, but you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: matt at diversdiscount dot com
New email:
PHP Version: OS:

 

 [2002-08-07 17:14 UTC] matt at diversdiscount dot com
I am running IIS on Windows 2000 Server SP3.
Every page takes infinately long to load while php_gd.dll is enabled in php.ini.
ANY script reproduces the problem, even <? phpinfo();?>
Our code using the php_gd library worked fine on 4.1.1. 
We've tryed replacing the php_gd.dll with the one from 4.1.1, and with 4.1.2.
Commenting out the php_gd module fixes the problem without even restarting IIS.
We are running PHP as a CGI binary.
Sorry I do not have server access anymore as my boss doesn't like downtime, and my development servers do not have this bug.

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2002-08-07 17:42 UTC] edink@php.net
php_gd.dll works just fine. Your problem is probably related to some leftover .dlls from previous php install. Make sure to remove them all and reinstall php including copying all required dlls to you winnt\system32 folder as described in the install instructions.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Tue May 28 02:01:31 2024 UTC