Setting environment manually PHP 7.0 - Windows IIS

Setting environment manually PHP 7.0 - Windows IIS

First we will download the Microsoft Web Platform Installer, click here

2. Then run and install the file you downloaded wpilauncher.exe 

3. After installing the Microsoft Web Platform it would automatically open a window like the following:

4. As soon as you finish loading the screen you will see the initial screen of the program, then click on Products.

5. Next add IIS 7.5 Express to the list of programs to be installed:

6. Add PHP 7.0 para IIS Express (Inglês) for the list of programs to install.

7. After you have IIS and PHP in the list of programs to be installed, click Install. 

8. Accept the terms and conditions. Note that one more item is added to be installed MICROSOFT DRIVERS FOR PHP FOR MICROSOFT SQL SERVER. 

9. Click Finish. After that step IIS and PHP 7.0 is installed on your machine.

 

 

10. You then have to add the SourceGuardian extension to PHP SourceGuardian. To download the extension click here.
         "Remember to download the SourceGuardian version for your operating system version." 
11. After downloading the extension, place it in a folder at the root of the disk. Example: C:\SourceGuardian\ixed.7.0.win
12. Then go to php.ini (C: \ Program Files and Programs \ PHP \ v7.0) and add to the end of the file add the following lines:

[Source Guardian Loader]
zend_extension= <caminho_completo/SourceGuardian> 
zend_loader.enable=1
zend_loader.disable_licensing=0
zend_loader.license_path=

Example:
[Source Guardian Loader]
Zend_extension = C:\SourceGuardian\ixed.7.0.win
Zend_loader.enable = 1
Zend_loader.disable_licensing = 0
Zend_loader.license_path =


13. Now restart the IIS service. To do this open the cmd and run the following command: iisreset.


    • Related Articles

    • Setting environment manually PHP 8.1 - Windows IIS

      Install IIS on Windows Server 1) On the Start page, click the Server Manager tile. 2) In Server Manager, select Dashboard, and click Add roles and features. 3) In the Add Roles and Features Wizard, on the Before You Begin page, click Next. 4) On the ...
    • Setting environment manually PHP 5.6 - Windows

      Installing a Manual PHP 5.6 Environment - Windows This article will explain how to install and set-up a PHP 5.6 environment with Apache 2.4 so that it'll run Scriptcase. Follow the steps below with caution. Download the  Apache 2.4  ,  mod_fcgid ...
    • Setting environment manually PHP 5.4 - Linux

      Manually Configuring Php on Debian-based distros First edit the sources.list file: sudo nano /etc/apt/sources.list Add the following line to the end of the file: deb-src http://packages.dotdeb.org all wheezy Update your system: sudo apt-get update ...
    • Setting environment manually PHP 5.6 - Linux

      Installing a Manual PHP 5.6 Environment - Linux This article will explain how to install and set-up a PHP 5.6 environment with Apache 2.4 so that it'll run Scriptcase. Follow the steps below with caution. Note: This article was based on the Debian ...
    • Setting Scriptcase on windows 2003 with IIS 6.0

      Pre - Requisites: IIS already installed Download the PHP binary from www.php.net, in this example we are going to use php - .1.1-Win32.zip Installing the PHP: Create a folder for PHP (ex: C:/PHP) and unzip the file php-5.1.1-Win32.zip to this folder. ...