From 25994a33b7d60296022affd4d0ce2174d367e20d Mon Sep 17 00:00:00 2001 From: Antony Dovgal Date: Wed, 21 Feb 2007 19:27:30 +0000 Subject: [PATCH] fix test --- ext/ftp/tests/bug37799.phpt | 1 + ext/xmlrpc/tests/bug40576.phpt | 5 +++++ 2 files changed, 6 insertions(+) diff --git a/ext/ftp/tests/bug37799.phpt b/ext/ftp/tests/bug37799.phpt index 73f191a7a8..a47d586789 100644 --- a/ext/ftp/tests/bug37799.phpt +++ b/ext/ftp/tests/bug37799.phpt @@ -2,6 +2,7 @@ Bug #37799: ftp_ssl_connect() falls back to non-ssl connection --SKIPIF-- --FILE-- diff --git a/ext/xmlrpc/tests/bug40576.phpt b/ext/xmlrpc/tests/bug40576.phpt index 2060cb4fcc..6b73f4d2cd 100644 --- a/ext/xmlrpc/tests/bug40576.phpt +++ b/ext/xmlrpc/tests/bug40576.phpt @@ -1,5 +1,10 @@ --TEST-- Bug #40576 (double values are truncated to 6 decimal digits when encoding) +--SKIPIF-- + --INI-- precision=12 --FILE-- -- 2.50.1