Developers Getting Started With i2b2
Space shortcuts
Space Tools

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Info
titleNote

For additional information about PHP for windows you can go to Microsoft's website at https://learn.microsoft.com/en-us/iis/application-frameworks/install-and-configure-php-on-iis/install-and-configure-php


PHP Installation Steps

indent
Level1

1. Go to Microsoft's PHP install section https://learn.microsoft.com/en-us/iis/application-frameworks/install-and-configure-php-on-iis/install-and-configure-php#install-php

underVC15
  • under VC15 & VS16 Non Thread Safe section.


Info

Make sure to select the link for non-thread-safe zip file for the install.



indent
Level1

2. Download the zip file underVC15 & VS16 Non Thread Safe section.

Once the download has finished go to the location in which you downloaded the file. and start the installation process.



Info

The VC15 and VS16 PHP builds require that the Visual C++ Redistributable for Visual Studio 2015-2019 x64 or x86 be installed . Make sure you have the install.


...

indent
Level1

4. Under the Select role services, check the CGI selection 


indent
Level1

45. Once the PHP installation is complete, rename the Php-ini-recommended to php.ini which is the -production version

Image RemovedImage Added


indent
Level1

56. Edit the php.ini file to set the parameters for 

fastcgi.impersonate =1

cgi.fix_pathinfo=0

cgi.force_redirect =0

open_basedir=c:\inetpub\wwroot

indent
Level1

5. Follow the documentation in https://learn.microsoft.com/en-us/iis/application-frameworks/install-and-configure-php-on-iis/install-and-configure-php to complete the PHP configuration.




...