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 ...
    • Installing Scriptcase with PHP 7.3 on Windows

      This documentation will walk you through the steps necessary to install PHP 7.3, Apache 2.4, and Scriptcase manually. When performing this type of installation, you are responsible for configuring your entire environment as well as database ...
    • Installing PHP 7.3 - macOS

      This documentation will cover how to install PHP 7.3 and ScriptCase manually on macOS. Performing this type of installation is your responsible for configuring your entire environment as well as database extensions. Listed below are versions of macOS ...
    • 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 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. ...