From: Antony Dovgal Date: Fri, 4 May 2007 22:32:30 +0000 (+0000) Subject: check GMP version and skip the test if it's <= 4.2.1 X-Git-Tag: RELEASE_1_2_0~157 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=df6a0ca38d3aa7bae69829e9ebc68fe397ea40d0;p=php check GMP version and skip the test if it's <= 4.2.1 --- diff --git a/ext/gmp/tests/011.phpt b/ext/gmp/tests/011.phpt index b359b97b13..a4a23514b1 100644 --- a/ext/gmp/tests/011.phpt +++ b/ext/gmp/tests/011.phpt @@ -1,5 +1,11 @@ --TEST-- -gmp_divexact() tests (OK to fail with GMP =< 4.2.1) +gmp_divexact() tests +--SKIPIF-- +=")) { + die("skip your GMP is too old and will crash"); +} +?> --FILE--