php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #25258 php.exe hangs
Submitted: 2003-08-26 14:50 UTC Modified: 2003-08-26 20:08 UTC
From: mattj at exitcare dot com Assigned:
Status: Not a bug Package: IIS related
PHP Version: 4.3.3 OS: Windows 2003 Web Server
Private report: No CVE-ID: None
 [2003-08-26 14:50 UTC] mattj at exitcare dot com
Description:
------------
I had PHP 4.3.1 installed and working and then upgraded to 4.3.3. Now, after making sure that all the configurations are still correct, when you try to load a php page it hangs. The progress bar on the bottom on Internet Explorer just keeps slowly chugging along. I've waited several minutes at times and it never loads the page. In the task manager the php.exe process is running. If you press the stop button in Internet Explorer it leaves the php.exe ghost process running. If you try to load another php page, it fails again and creates another ghost php.exe process. After reverting back to 4.3.1 everything worked perfectly again. The error is not related to the actual php document either because I was testing this all on a php document with just <?PHP phpinfo(); ?>. I'm not sure if this problem exists with 4.3.2 or not.

Reproduce code:
---------------
<?PHP
phpinfo();
?>

Expected result:
----------------
page should display the phpinfo()

Actual result:
--------------
Nothing loads.
php.exe hangs

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2003-08-26 20:08 UTC] edink@php.net
Duplicate of bug #25252

It seems that the wrong binary has been shipped in the installer version of 4.3.3. Until a new package is made you can use php.exe from the zip distribution.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sun May 05 12:01:32 2024 UTC