From 9080febcc7e55683c9464c0d3a82448332ee1970 Mon Sep 17 00:00:00 2001 From: Hannes Magnusson Date: Thu, 28 Sep 2006 12:03:24 +0000 Subject: [PATCH] fix test --- ext/xsl/tests/xslt010.phpt | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) 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--