release 1.3.1

This commit is contained in:
Newcomer1989
2019-06-30 18:20:51 +02:00
parent a4327efd80
commit e56cace8c5
56 changed files with 2737 additions and 1398 deletions

View File

@@ -8,19 +8,20 @@
$phpcommand = 'php';
##
## LINUX
#$phpcommand = 'php56';
#$phpcommand = 'php70';
#$phpcommand = '/usr/bin/php5';
#$phpcommand = 'php72';
#$phpcommand = 'php73';
#$phpcommand = '/usr/bin/php7.2';
#$phpcommand = '/usr/bin/php7.3';
#$phpcommand = '/opt/plesk/php/7.3/bin/php';
##
##
## WINDOWS
#$phpcommand = 'C:\PHP5\php.exe';
#$phpcommand = 'C:\PHP7\php.exe';
#$phpcommand = 'C:\wamp\bin\php\php.exe';
#$phpcommand = 'C:\xampp\php\php.exe';
# On blanks inside the path you need to escape these with special marks --> \" <-- at the beginning and end of the path, see example below
#$phpcommand = '\"C:\Program Files (x86)\PHP\php.exe\"';
#$phpcommand = '\"C:\Program Files (x86)\Plesk\Additional\PHP73\php.exe"';
##
##
## OTHER