From: Hannes Magnusson Date: Thu, 28 Sep 2006 12:03:24 +0000 (+0000) Subject: fix test X-Git-Tag: RELEASE_1_0_0RC1~1524 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9080febcc7e55683c9464c0d3a82448332ee1970;p=php fix test --- diff --git a/ext/xsl/tests/xslt010.phpt b/ext/xsl/tests/xslt010.phpt index 7c46d030f4..1ac1a493c7 100644 --- a/ext/xsl/tests/xslt010.phpt +++ b/ext/xsl/tests/xslt010.phpt @@ -3,7 +3,9 @@ Test 10: EXSLT Support --SKIPIF-- hasExsltSupport()) die('skip EXSLT support not available');?> +if (!$proc->hasExsltSupport()) die('skip EXSLT support not available'); +if (LIBXSLT_VERSION < 10117) die('skip too old libxsl'); +?> --FILE--