PHP install/upgrade
...
Copy the php_v7x.zip file to C:\Program Files (x86)\php
Copy the php.ini-production file , rename it and paste it into the same directory.
Rename the copied file to php.ini
Add the php folder to the System Path Variables
- Type Edit the system environment variables into the start bar, press the option
- Click the Environment Variables option
- From the system variables, click the Path option and press Edit.
- In the created row, copy/paste in the path to the PHP folder where the php-cgi.exe resides
E.g., C:\Program Files (x86)\PHP\v7.3
After pasting the path in, press OK to save the changes
On Windows Server, using Server Manager add the following feature:
World Wide Web Services → Application Development Features → CGI
On Windows, using Programs and Features (appwiz.cpl), Turn Windows Features on or off
Add optional feature under World Wide Web Services --> Application Development Features --> (CGI)
Add the required feature and press OK
Install PHP Manager
Run IIS Manager
Against the server, select the PHP Manager option
Click on the register PHP Version, and navigate to your installed php path (e.g., C:\Program Files (x86)\php)
Press the browse option (...)
Click on the php-cgi.exe file
Configure PHP.ini File
Edit the php.ini file, this is typically located here:
C:\Program Files (x86)\PHP\v7.X\php.ini
...
Find the Extensions section at the bottom of the php.ini file
Add the following following (it may already exist)
- extension=php_odbc.dll
Save the php.ini file
Configure Firewall Settings
...
1. Open Web Browser.
2. In the URL, enter: http://[servername]localhost/SupplierConnect/response/response.php?sp=
If your SupplierConnect folder under c:\inetpub\wwwroot is named differently, or is under a subfolder, your URL must be adjusted accordingly.
Test SMTP Relay from IIS Server
This requires the telnet client to be installed, to do that, please perform the below commands:
...