From beda05269c3eb8c6f2c002987b05130f2f19c587 Mon Sep 17 00:00:00 2001 From: Anatol Belski Date: Mon, 14 Mar 2016 15:53:02 +0100 Subject: [PATCH] fix test Many warnings won't appear with libxml2 >= 2.9.3 because in many cases libxml2 2.9.3 will just abort processing. --- ext/xsl/tests/bug71540.phpt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ext/xsl/tests/bug71540.phpt b/ext/xsl/tests/bug71540.phpt index e93fb0e125..683bfb5f7e 100644 --- a/ext/xsl/tests/bug71540.phpt +++ b/ext/xsl/tests/bug71540.phpt @@ -3,6 +3,7 @@ Bug #71540 (NULL pointer dereference in xsl_ext_function_php()) --SKIPIF-- = 20903) die('skip this test is for PHP linked with libxml2 < 2.9.3 only') ?> --FILE-- Users
-DONE \ No newline at end of file +DONE -- 2.50.1