From 4b1960f498a04536a306e90108bfc7b2396911d5 Mon Sep 17 00:00:00 2001 From: Jakub Vrana Date: Thu, 8 Feb 2018 23:57:11 +0100 Subject: [PATCH] Round 9.2 to 9.2 --- adminer/include/bootstrap.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/adminer/include/bootstrap.inc.php b/adminer/include/bootstrap.inc.php index 04afa5a3..d3e791ae 100644 --- a/adminer/include/bootstrap.inc.php +++ b/adminer/include/bootstrap.inc.php @@ -57,7 +57,7 @@ if (get_magic_quotes_runtime()) { } @set_time_limit(0); // @ - can be disabled @ini_set("zend.ze1_compatibility_mode", false); // @ - deprecated -@ini_set("precision", 16); // @ - can be disabled, 16 - internal PHP precision +@ini_set("precision", 15); // @ - can be disabled, 15 - internal PHP precision include "../adminer/include/lang.inc.php"; include "../adminer/lang/$LANG.inc.php";