Xammp Installation

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

For this example we'll be installing Xampp with PHP 8.1.6 version in order to install Scriptcase 9.8
After downloading Xampp, proceed with the standard installation.
1 - Go to C:\xampp\php and open the php.ini file with your text editor.
2 - Search for the directives below and increase their values for the values we recommend, then save the file before exiting.
max_execution_time = 3600max_input_time = 3600max_input_vars = 10000memory_limit = 1024Mpost_max_size = 1024Mupload_max_filesize = 1024Mmax_file_uploads = 200short_open_tag = On
session.save_path = "C:\Windows\Temp"
Enabling SourceGuardian Loader
Scriptcase will use SourceGuardian with PHP 8.1 so, to get the SourceGuardian zip file, go to this link and download the file:
1 - Extract the file loader ixed.8.1.win and paste it into "C:\xampp\php\ext"
2 - Go to "C:\xampp\php" and open php.ini file with your text editor
3 - Scroll down 'till the end of the file and paste this: [SourceGuardian] zend_extension=C:\xampp\php\ext\ixed.8.1.win

Note: If the Apache service is on, stop the service and start the service again in the Xampp control panel.
Installing Scriptcase
Once the download of the .zip is finished, we proceed to unzip the .zip inside the folder htdocs of the XAMPP: C:\xampp\htdocs
In your browser, enter the scriptcase webpage installation: localhost:8080/scriptcase
In this example, XAMPP was configured to use port 8080.
You will see a screen like the imagem below so you just need to click on "Next"

On the next installation Screen, go to the bottom of the page and click on next
Now, choose the Typical Installation option and click "Next"When the installation is finnished, you will be automatically redirected to Scriptcase login page