From:             mattj at exitcare dot com
Operating system: Windows 2003 Web Server
PHP version:      4.3.3
PHP Bug Type:     IIS related
Bug description:  php.exe hangs

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

-- 
Edit bug report at http://bugs.php.net/?id=25258&edit=1
-- 
Try a CVS snapshot (php4):  http://bugs.php.net/fix.php?id=25258&r=trysnapshot4
Try a CVS snapshot (php5):  http://bugs.php.net/fix.php?id=25258&r=trysnapshot5
Fixed in CVS:               http://bugs.php.net/fix.php?id=25258&r=fixedcvs
Fixed in release:           http://bugs.php.net/fix.php?id=25258&r=alreadyfixed
Need backtrace:             http://bugs.php.net/fix.php?id=25258&r=needtrace
Try newer version:          http://bugs.php.net/fix.php?id=25258&r=oldversion
Not developer issue:        http://bugs.php.net/fix.php?id=25258&r=support
Expected behavior:          http://bugs.php.net/fix.php?id=25258&r=notwrong
Not enough info:            http://bugs.php.net/fix.php?id=25258&r=notenoughinfo
Submitted twice:            http://bugs.php.net/fix.php?id=25258&r=submittedtwice
register_globals:           http://bugs.php.net/fix.php?id=25258&r=globals
PHP 3 support discontinued: http://bugs.php.net/fix.php?id=25258&r=php3
Daylight Savings:           http://bugs.php.net/fix.php?id=25258&r=dst
IIS Stability:              http://bugs.php.net/fix.php?id=25258&r=isapi
Install GNU Sed:            http://bugs.php.net/fix.php?id=25258&r=gnused

Reply via email to