PMC-1398
This commit is contained in:
File diff suppressed because one or more lines are too long
@@ -21662,8 +21662,8 @@ msgstr "Open SSL is optional"
|
|||||||
# TRANSLATION
|
# TRANSLATION
|
||||||
# LABEL/ID_PROCESSMAKER_REQUIREMENTS_PHP
|
# LABEL/ID_PROCESSMAKER_REQUIREMENTS_PHP
|
||||||
#: 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"
|
msgid "PHP recommended version 7.2 or higher, PHP 7.4 is not yet supported"
|
||||||
msgstr "PHP recommended version 7.1 or higher, PHP 7.2 is not yet supported"
|
msgstr "PHP recommended version 7.2 or higher, PHP 7.4 is not yet supported"
|
||||||
|
|
||||||
# TRANSLATION
|
# TRANSLATION
|
||||||
# LABEL/ID_PROCESSMAKER_REQUIREMENTS_SOAP
|
# LABEL/ID_PROCESSMAKER_REQUIREMENTS_SOAP
|
||||||
|
|||||||
@@ -12,8 +12,8 @@ include PATH_LANGUAGECONT . "translation." . SYS_LANG;
|
|||||||
|
|
||||||
class InstallerModule extends Controller
|
class InstallerModule extends Controller
|
||||||
{
|
{
|
||||||
const PHP_VERSION_MINIMUM_SUPPORTED = '7.1';
|
const PHP_VERSION_MINIMUM_SUPPORTED = "7.2";
|
||||||
const PHP_VERSION_NOT_SUPPORTED = '7.2';
|
const PHP_VERSION_NOT_SUPPORTED = "7.4";
|
||||||
public $path_config;
|
public $path_config;
|
||||||
public $path_languages;
|
public $path_languages;
|
||||||
public $path_plugins;
|
public $path_plugins;
|
||||||
|
|||||||
Reference in New Issue
Block a user