Merged in bugfix/PMC-1398 (pull request #7135)

PMC-1398

Approved-by: Paula Quispe <paula.quispe@processmaker.com>
This commit is contained in:
Andrea Adamczyk
2019-11-26 19:39:21 +00:00
committed by Paula Quispe
3 changed files with 5 additions and 5 deletions

File diff suppressed because one or more lines are too long

View File

@@ -21662,8 +21662,8 @@ msgstr "Open SSL is optional"
# TRANSLATION
# LABEL/ID_PROCESSMAKER_REQUIREMENTS_PHP
#: LABEL/ID_PROCESSMAKER_REQUIREMENTS_PHP
msgid "PHP recommended version 7.1 or higher, PHP 7.2 is not yet supported"
msgstr "PHP recommended version 7.1 or higher, PHP 7.2 is not yet supported"
msgid "PHP recommended version 7.2 or higher, PHP 7.4 is not yet supported"
msgstr "PHP recommended version 7.2 or higher, PHP 7.4 is not yet supported"
# TRANSLATION
# LABEL/ID_PROCESSMAKER_REQUIREMENTS_SOAP

View File

@@ -12,8 +12,8 @@ include PATH_LANGUAGECONT . "translation." . SYS_LANG;
class InstallerModule extends Controller
{
const PHP_VERSION_MINIMUM_SUPPORTED = '7.1';
const PHP_VERSION_NOT_SUPPORTED = '7.2';
const PHP_VERSION_MINIMUM_SUPPORTED = "7.2";
const PHP_VERSION_NOT_SUPPORTED = "7.4";
public $path_config;
public $path_languages;
public $path_plugins;