My employer needs to install the 32-bit version of PHP on a Windows Server 2016 running IIs 10.0. The OS and IIS are 64-bit apps. We are using FastCGI with PHP 7.3.10/. Using the cmd prompt PHP is running fine. In the browser the response to any php
file is HTTP Error 500.0 - Internal Server Error.
So it appears that IIS does not like the 32-bit app.
My first question is will the 32-bit version of PHP run in this environment?
Yes, I do know that the 64-bit version is much better and faster. We have a 32-bit driver for our ERP that forces the use of 32 bit applications.
I can find no useful errors so any suggestions on logging and debugging would be helpful.
Lex Li
Want to have a chat on the issues you meet? Find me at https://booktime.xyz/p/lextm
---------------------------
This posting is provided "AS IS" with no warranties, and confers no rights.
2 Posts
Install PHP 7.3 32-bit on Win Sever 2016 with IIS 10
Oct 14, 2019 03:27 PM|mtRocket|LINK
My employer needs to install the 32-bit version of PHP on a Windows Server 2016 running IIs 10.0. The OS and IIS are 64-bit apps. We are using FastCGI with PHP 7.3.10/. Using the cmd prompt PHP is running fine. In the browser the response to any php file is HTTP Error 500.0 - Internal Server Error.
So it appears that IIS does not like the 32-bit app.
My first question is will the 32-bit version of PHP run in this environment?
Yes, I do know that the 64-bit version is much better and faster. We have a 32-bit driver for our ERP that forces the use of 32 bit applications.
I can find no useful errors so any suggestions on logging and debugging would be helpful.
Thanks!!
9001 Posts
MVP
Re: Install PHP 7.3 32-bit on Win Sever 2016 with IIS 10
Oct 14, 2019 04:00 PM|lextm|LINK
32 bit PHP is clearly supported. You might first run basic diagnostics to see if any typical mistakes were there,
https://docs.jexusmanager.com/tutorials/php-diagnostics.html
Want to have a chat on the issues you meet? Find me at https://booktime.xyz/p/lextm
---------------------------
This posting is provided "AS IS" with no warranties, and confers no rights.
2 Posts
Re: Install PHP 7.3 32-bit on Win Sever 2016 with IIS 10
Oct 14, 2019 05:17 PM|mtRocket|LINK
Lex,
That point me to the correction.
Thanks!
Rick