From ee1ed6743edcc236490f681e57667a029057f4c5 Mon Sep 17 00:00:00 2001 From: Popa Adrian Marius Date: Mon, 12 Sep 2011 09:36:37 +0000 Subject: fixes #55659 also the 006 firebird test --- ext/interbase/tests/006.phpt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ext/interbase') diff --git a/ext/interbase/tests/006.phpt b/ext/interbase/tests/006.phpt index 8155c9f41e..ad6120f393 100644 --- a/ext/interbase/tests/006.phpt +++ b/ext/interbase/tests/006.phpt @@ -210,7 +210,7 @@ InterBase: binding (may take a while) out_result($res, "test6"); ibase_free_result($res); - $res = ibase_execute($query, "5", 7.5); + $res = ibase_execute($query, "5", 7.499); out_result($res, "test6"); ibase_free_result($res); -- cgit v1.2.1