From:             karelevzen at gmail dot com
Operating system: Windows Vista Ultimate x64
PHP version:      5.3.0alpha1
PHP Bug Type:     IIS related
Bug description:  FastCGI process exited unexpectedly

Description:
------------
When you run PHP as a FastCGI module under IIS 7.0 (Windows Vista Ultimate
x64) you get an error "FastCGI process exited unexpectedly" every time you
visit a PHP page.

The page contents loads OK, but after a second or so you get this error (a
GUI message). Until you receive the message, the browser seems to be
loading something (this could mean that the request wasn't handled well).

Also, I've noticed that I have Configuration File (php.ini) set to
C:\Windows, while the file is correctly loaded from C:\bin32\php\php.ini

Everything works OK with the 2.5.6 nts build.

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

Expected result:
----------------
No error message.

Actual result:
--------------
Faulting module name: php-cgi.exe
Exception code: c0000005
Exception offset: 00005604

-- 
Edit bug report at http://bugs.php.net/?id=45786&edit=1
-- 
Try a CVS snapshot (PHP 5.2): 
http://bugs.php.net/fix.php?id=45786&r=trysnapshot52
Try a CVS snapshot (PHP 5.3): 
http://bugs.php.net/fix.php?id=45786&r=trysnapshot53
Try a CVS snapshot (PHP 6.0): 
http://bugs.php.net/fix.php?id=45786&r=trysnapshot60
Fixed in CVS:                 http://bugs.php.net/fix.php?id=45786&r=fixedcvs
Fixed in release:             
http://bugs.php.net/fix.php?id=45786&r=alreadyfixed
Need backtrace:               http://bugs.php.net/fix.php?id=45786&r=needtrace
Need Reproduce Script:        http://bugs.php.net/fix.php?id=45786&r=needscript
Try newer version:            http://bugs.php.net/fix.php?id=45786&r=oldversion
Not developer issue:          http://bugs.php.net/fix.php?id=45786&r=support
Expected behavior:            http://bugs.php.net/fix.php?id=45786&r=notwrong
Not enough info:              
http://bugs.php.net/fix.php?id=45786&r=notenoughinfo
Submitted twice:              
http://bugs.php.net/fix.php?id=45786&r=submittedtwice
register_globals:             http://bugs.php.net/fix.php?id=45786&r=globals
PHP 4 support discontinued:   http://bugs.php.net/fix.php?id=45786&r=php4
Daylight Savings:             http://bugs.php.net/fix.php?id=45786&r=dst
IIS Stability:                http://bugs.php.net/fix.php?id=45786&r=isapi
Install GNU Sed:              http://bugs.php.net/fix.php?id=45786&r=gnused
Floating point limitations:   http://bugs.php.net/fix.php?id=45786&r=float
No Zend Extensions:           http://bugs.php.net/fix.php?id=45786&r=nozend
MySQL Configuration Error:    http://bugs.php.net/fix.php?id=45786&r=mysqlcfg

Reply via email to