# **Xampp Installation Using PHP 7.3**

![](https://img.zohostatic.com/zde/static/images/info.png)

XAMPP It allows you to easily install Apache on your own computer, regardless of your operating system (Linux, Windows, MAC or Solaris).

First you have to proceed to download XAMPP PHP 7.3: <https://sourceforge.net/projects/xampp/files/XAMPP%20Linux/7.3.33/>

 ![](https://help.scriptcase.net/galleryDocuments/edbsne0ca86e51adb8beb63f4ef7c0f6529363be957998c7ccb429b7a33c42d15a394544a7877236c22c979794e187942e28f?inline=true)

![](https://img.zohostatic.com/zde/static/images/file.png)

After downloading Xampp, proceed with the normal installation.

## **Configuring php.ini  in Xampp**

**1  -** Go to your browser and enter in the URL below to test the Xampp  and find the path to the **PHP.ini** file

**127.0.0.1/dashboard/phpinfo.php**

**2 -** The path will be shown as in the image:

![](https://help.scriptcase.net/galleryDocuments/edbsnf41ebdb5383362068d7e436d6ed8067280a91f85a04d7e30cb15ab740dcf040aa9d316d85fa43ab9d47a55503203856e?inline=true)

![](https://img.zohostatic.com/zde/static/images/file.png)

php.ini path: /opt/lampp/etc/php.ini

**3  -** Enter in the file and search for the directives below and increase their values like for the values we recommend, then save the file before exit.

- `max_execution_time = 3600`
- `max_input_time = 3600`
- `max_input_vars = 10000`
- `memory_limit = 1024M`
- `post_max_size = 1024M`
- `upload_max_filesize = 1024M`
- `max_file_uploads = 200`
- `short_open_tag = On`

# 

# Enabling the IonCube Loader

We proceed to download the IonCube [Click here](https://www.ioncube.com/loaders.php) 

**4 -** Copy the file **ioncube\_loader\_lin\_7.3.so** and past in the **extension\_dir** directory of your PHP.

![](https://help.scriptcase.net/galleryDocuments/edbsn0d96aea21d40092e37a3717840afa27af77fdee7d20a3a957adf3193b6c2cd12554228248a4931d1f1cad421eb71cafc?inline=true)

![](https://img.zohostatic.com/zde/static/images/file.png)

extension\_dir path : /opt/lampp/lib/php/extensions/no-debug-non-zts-20180731

**5 -** We enable the extension within the **php.ini**:

Edit the **php.ini** file and below the last line set the path to the extension in the `zend_extension` parameter:

zend\_extension = "/opt/lampp/lib/php/extensions/no-debug-non-zts-20180731/ioncube\_loader\_lin\_7.3.so"

![](https://help.scriptcase.net/galleryDocuments/edbsn51bff038c8fee915fc278f7c5af3586ecf6992295e805d0825ae7ca09cfd9bc0b621f9e9750d7bd15e51a955df1114b0?inline=true)

![](https://img.zohostatic.com/zde/static/images/caution.png)Restart the apache of the XAMPP:

**In xampp root directory:**

1. sudo ./xampp restart

![](https://help.scriptcase.net/galleryDocuments/edbsn2f22d27bcb8b90114bf5b16bb0a8744c84a80133d8c1a5c22542398dcc3eb701d55e2bdd450d79a9cd827e2ce16ea5fe?inline=true)

# Installing Scriptcase

Once the installation is finished we must proceed to download the .zip file from the ScriptCase page: [Click Here](https://www.scriptcase.net/download/)

Once the download of the .zip is finished, we proceed to unzip the .zip inside the folder**htdocs of the XAMPP**:

![](https://img.zohostatic.com/zde/static/images/info.png)

/opt/lampp/htdocs

![](https://img.zohostatic.com/zde/static/images/caution.png)

Renamed the file after decompression to "**scriptcase**" as the image below

![](https://help.scriptcase.net/galleryDocuments/edbsne27d340fc19c28442ef9520964ab7c35a8b8a8d93ac748d645f1550fcb34578e4a77a3a2e8ec1314ebd7578d78b2e43a?inline=true)

## Proceed to the installation of ScriptCase:

To enter in the scriptcase:

Follow this address in your browser: <http://127.0.0.1:8091/scriptcase>

![](https://img.zohostatic.com/zde/static/images/info.png)

In this example the apache of the XAMPP was running  on port **8091.**

Then, proceed to normal scriptcase installation: 

![](https://help.scriptcase.net/galleryDocuments/edbsn1eb9c2332ec975e017e93324008cf5f76bf17d090dc13867d96380cbe0cced5957c41c5168b28f218ef2dc300a38148a?inline=true)