This article explains PHP 7.0 and Apache 2.4 installation to ScriptCase use.
Supported Operating Systems:
Necessary Files:
NOTE: You should download PHP 7.0 NTS ( x86 or x64 ), Apache 2.4 ( x86 or x64 ) and mod_fcgi ( x86 or x64 ).
C:\Apache24\modules
Edit the file httpd.conf located in C:\Apache24\conf\
#LoadModule
LoadModule
fcgid_module modules/mod_fcgid.so FcgidInitialEnv PHPRC "c:/php"
AddHandler fcgid-script .php FcgidWrapper "c:/php/php-cgi.exe" .php
httpd.conf
search for #ServerName www.example.com:80 and change to #ServerName localhost:80<IfModule dir_module>
according to the example below:<IfModule dir_module> DirectoryIndex index.html index.php index.phtml </IfModule>
Options ExecCGI
on the directive Directory “c/:Apache24/htdocs”</Directory>`
c:\Apache24\bin\httpd.exe -k install
IMPORTANT: If an error occurs, it might inform that the file msvcr110.dll is missing, so you can download the file by clicking here. Extract and place the file within the directory: C:\Windows\System and C:\Windows\System32. Rerun the command in the prompt.
C:\
and rename the php.ini-development file to php.iniextension=php_bz2.dll
extension=php_curl.dll extension=php_gd2.dll extension=php_imap.dll
extension=php_interbase.dll extension=php_ldap.dll
extension=php_mbstring.dll extension=php_exif.dll
extension=php_mysql.dll extension=php_mysqli.dll extension=php_oci8.dll
extension=php_pdo_firebird.dll extension=php_pdo_mssql.dll
extension=php_pdo_mysql.dll extension=php_pdo_oci.dll
extension=php_pdo_odbc.dll extension=php_pdo_pgsql.dll
extension=php_pdo_sqlite.dll extension=php_pgsql.dll
extension=php_pspell.dll extension=php_shmop.dll
extension=php_sqlite.dll extension=php_sqlite3.dll
extension=php_xmlrpc.dll extension=php_xsl.dll extension=php_zip.dll
Important note: By default some PHP functions are disabled, but they are important to ScriptCase. Access the php.ini file and change the item disable_functions according to the example below: disable_functions= ““
Setup the TimeZone according to your region. You need to use the value available at the PHP documentation Click Here to view
c:\Apache24\bin\httpd.exe -k restart
[SourceGuardian]
zend_extension=C:\php\ext\ixed.7.0.win
c:\Apache24\bin\httpd.exe -k restart
By default the selected language is English.
Verifying the necessary extensions for ScriptCase to work and the modules for the database connections.
On this option, ScriptCase will be installed with the default settings.
Login Screen.
On this option, the user will choose the settings for the installation.
VVerify the system’s directory permissions.
We can choose the database that ScriptCase will use to store the data in.
Displaying the ScriptCase’s tables creation.
Setting up the user to access ScriptCase.
Finishing the custom installation
Login Screen.