Decrease float precision (bug #578)

This commit is contained in:
Jakub Vrana 2018-01-23 10:52:57 +01:00
parent 5cc831c1e1
commit 7b9d5a29aa

View file

@ -54,7 +54,7 @@ if (get_magic_quotes_runtime()) {
}
@set_time_limit(0); // @ - can be disabled
@ini_set("zend.ze1_compatibility_mode", false); // @ - deprecated
@ini_set("precision", 20); // @ - can be disabled
@ini_set("precision", 17); // @ - can be disabled, 17 - internal PHP precision
include "../adminer/include/lang.inc.php";
include "../adminer/lang/$LANG.inc.php";