ID:               45786
 Updated by:       [EMAIL PROTECTED]
 Reported By:      karelevzen at gmail dot com
-Status:           Open
+Status:           Feedback
 Bug Type:         IIS related
 Operating System: Windows Vista Ultimate x64 SP1
 PHP Version:      5.3CVS-2008-08-10 (CVS)
-Assigned To:      
+Assigned To:      fb-req-jani
 New Comment:

You're propably loading some shared extensions in your php.ini? Disable
all of them and try again. Then enable them one by one to find out the
error causing one. Then check that the extension in question isn't
compiled in the PHP core binary. (php -m output!)


Previous Comments:
------------------------------------------------------------------------

[2008-08-11 16:49:18] karelevzen at gmail dot com

may be related to bug 45630

------------------------------------------------------------------------

[2008-08-11 13:48:32] karelevzen at gmail dot com

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 this bug report at http://bugs.php.net/?id=45786&edit=1

Reply via email to