The reason this error happens is because PHP 5.3 is built by using Visual C++ 2008 compiler (VC9) and hence requires Visual C++ 2008 runtime to be installed on the machine. This error does not happen when PHP 5.3 is installed by Web Platform Installer or
if you already have URL Rewrite module installed.
To fix the error download and install Visual C++ 2008 runtime from here:
THX, the problem has been solved. But I think you should notice that only Visual C++ 2008 runtime(x86) should be installed. Visual C++ 2010 runtime(x86) will be of no use in this situation.
ruslany
900 Posts
Microsoft
Moderator
FastCGI Error 0x800736b1 with PHP 5.3
May 13, 2011 08:40 PM|LINK
When installing PHP 5.3 on IIS by following the manual installation steps described here (http://www.php.net/manual/en/install.windows.iis6.php) and here (http://www.php.net/manual/en/install.windows.iis7.php) it is possible to get the following error from FastCGI:
HTTP Error 500.0 - Internal Server Error
Module: FastCgiModule
Notification: ExecuteRequestHandler
Handler: php-5.3.6
Error code: 0x800736b1
The reason this error happens is because PHP 5.3 is built by using Visual C++ 2008 compiler (VC9) and hence requires Visual C++ 2008 runtime to be installed on the machine. This error does not happen when PHP 5.3 is installed by Web Platform Installer or if you already have URL Rewrite module installed.
To fix the error download and install Visual C++ 2008 runtime from here:
http://www.microsoft.com/downloads/en/details.aspx?familyid=9b2da534-3e03-4391-8a4d-074b9f2bc1bf&displaylang=en
(Make sure to use x86 version even if you have x64 environment)
c2q1989
1 Post
Re: FastCGI Error 0x800736b1 with PHP 5.3
Jul 12, 2012 04:34 AM|LINK
THX, the problem has been solved. But I think you should notice that only Visual C++ 2008 runtime(x86) should be installed. Visual C++ 2010 runtime(x86) will be of no use in this situation.
mbalotelli45
1 Post
Re: FastCGI Error 0x800736b1 with PHP 5.3
Dec 06, 2012 06:08 PM|LINK
thanks this also resolved my problem.