php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #44967 FastCGI broken in 5.2.6 NTS on IIS
Submitted: 2008-05-11 05:23 UTC Modified: 2008-11-27 01:00 UTC
Votes:7
Avg. Score:4.7 ± 0.7
Reproduced:6 of 6 (100.0%)
Same Version:5 (83.3%)
Same OS:6 (100.0%)
From: randy at rcs-comp dot com Assigned: pajoye (profile)
Status: No Feedback Package: CGI/CLI related
PHP Version: 5.2.6 OS: Windows 2003 Server
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 you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: randy at rcs-comp dot com
New email:
PHP Version: OS:

 

 [2008-05-11 05:23 UTC] randy at rcs-comp dot com
Description:
------------
I am using the technique described here:

http://learn.iis.net/page.aspx/247/using-fastcgi-to-host-php-applications-on-iis-60/

to get PHP running on IIS with fastcgi.  I have confirmed that the following three builds will run correctly on my Windows 2003 server setup according to the instructions above:

- PHP 5.2.5 NTS
- PHP 5.2.5 TS
- PHP 5.2.6 TS

However, when trying to run with 5.2.6 NTS, as is recommended in the above URL, I get an IIS error.



Reproduce code:
---------------
phpinfo();

Expected result:
----------------
normal phpinfo() output

Actual result:
--------------
-----------------------------------------------------
FastCGI Error
The FastCGI Handler was unable to process the request.

Error Details:

    * Error Number: 5 (0x80070005).
    * Error Description: Access is denied.

HTTP Error 500 - Server Error.
Internet Information Services (IIS)
-----------------------------------------------------

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2008-06-16 21:53 UTC] madams at ezrac dot com
I added read access for "Everyone" to my PHP folder, and that seems to allow PHP to execute. Now I'm getting error number 1073741819, which according to http://forums.iis.net/t/1148416.aspx may be an extensions error. Using 5.2.6 on Win2003.
 [2008-07-21 12:23 UTC] pajoye@php.net
Can you try to figure out which extension fail?
 [2008-11-19 09:23 UTC] pajoye@php.net
Thank you for this bug report. To properly diagnose the problem, we
need a backtrace to see what is happening behind the scenes. To
find out how to generate a backtrace, please read
http://bugs.php.net/bugs-generating-backtrace.php for *NIX and
http://bugs.php.net/bugs-generating-backtrace-win32.php for Win32

Once you have generated a backtrace, please submit it to this bug
report and change the status back to "Open". Thank you for helping
us make PHP better.


 [2008-11-27 01:00 UTC] php-bugs at lists dot php dot net
No feedback was provided for this bug for over a week, so it is
being suspended automatically. If you are able to provide the
information that was originally requested, please do so and change
the status of the bug back to "Open".
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Dec 27 02:01:29 2024 UTC