Sam
Sam

Reputation: 53

PHP 8.1 fastcgi exe is not available in non thread safe version

I'm upgrading my php from 7.2 to 8.1 to be used with IIS FastCgi. When I download Non Thread Safe version from below url, as recommended by PHP for IIS FastCGI, the php-cgi.exe is not available in the downloaded folder.

https://windows.php.net/downloads/releases/php-8.1.2-nts-Win32-vs16-x64.zip

If I download thread safe version then it's there.

In php download page it says, IIS If you are using PHP as FastCGI with IIS you should use the Non-Thread Safe (NTS) versions of PHP.

https://windows.php.net/download#php-8.1

Can someone please advice me what is the correct way to do this?

I have attached how I set up FastCgi in my IIS.

IIS set up

Upvotes: 1

Views: 4771

Answers (1)

Deepak-MSFT
Deepak-MSFT

Reputation: 11335

I download PHP 8.1 from the link you shared in the original post.

I could see the php-cgi.exe in the folder.

enter image description here

I suggest you again download the zip file and check on you side.

Upvotes: 1

Related Questions