1
vote
1answer
170 views

PHP Configuration on IIS 6 Mysql extension is not loaded

I have limited knowledge of PHP. I would really appreciate your help. I have the problem with "PHPMyAdmin is not working because mysql extension is not loaded." I checked phpinfo and all other ...
0
votes
1answer
875 views

IIS 6.0 with PHP and FASTCGI - error exited unexpectedly

I have a windows 2003 server using IIS6 and PHP. I am using a PHP Framework and on loading a page of the framework, after 15 seconds I get the following error: FastCGI Error The FastCGI Handler was ...
4
votes
2answers
1k views

Error When Installing PHP5 on IIS6

I am trying to install PHP on my Windows Server 2003 machine that is using IIS6. I followed this guide for installing it, including using the binaries of fastCGI. I think I did everything correctly, ...
0
votes
1answer
342 views

PHP with FastCGI on IIS6 behaves differently than ISAPI

I am working with Moodle 1.9 running on Windows Server 2003, IIS 6. I am trying to switch from PHP's ISAPI extension to FastCGI, hoping for a speed improvement. I installed FastCGI for IIS 6 just ...
0
votes
2answers
400 views

php mail() on IIS6 not sending

This is related to an IIS server problem, or a PHP configuration, not php code. I'm running an IIS6 server with PHP installed on it, the following php code will never send an email: ...
0
votes
1answer
121 views

PHP5 not running under IIS 6

I have a Windows Server 2003 VPS running IIS 6 and .NET Framework 4 and PHP. I have a client that needs to run a custom PHP application. But their files wouldn't run as PHP script. I run Wordpress on ...
1
vote
1answer
3k views

How do I get the latest FastCGI and PHP versions to peacefully coexist on IIS 6?

I have been going round and round trying to get any sort of PHP running on IIS 6. I somehow managed to successfully get version 5.1.4 running using the php5isapi.dll file. However, I want to upgrade ...
5
votes
3answers
8k views

PHP installation on IIS: ISAPI or CGI?

I'm running IIS6 on Windows Server 2k3, and currently have PHP installed as a ISAPI module. We're about to upgrade our environment to PHP 5.3.0, and this made me wonder whether I should stick with the ...