Added DOUBLE_IEEE754 varaiable

This commit is contained in:
Alexey Pustovalov
2020-06-23 15:24:14 +03:00
parent e018484a40
commit 6c225cce1f
24 changed files with 24 additions and 12 deletions

View File

@ -27,7 +27,7 @@ $DB['CIPHER_LIST'] = '{ZBX_DB_CIPHER_LIST}';
// Use IEEE754 compatible value range for 64-bit Numeric (float) history values.
// This option is enabled by default for new Zabbix installations.
// For upgraded installations, please read database upgrade notes before enabling this option.
$DB['DOUBLE_IEEE754'] = true;
$DB['DOUBLE_IEEE754'] = {DB_DOUBLE_IEEE754};
$IMAGE_FORMAT_DEFAULT = IMAGE_FORMAT_PNG;