From: Hannes Magnusson Date: Thu, 28 Sep 2006 12:01:52 +0000 (+0000) Subject: fix test X-Git-Tag: php-5.2.0RC5~84 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a327a6f73720b2e64debf3e547c14e0a0825e0ef;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--