We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a9acc29 commit 5a32b51Copy full SHA for 5a32b51
ext/xsl/tests/skip_upstream_issue113.inc
@@ -0,0 +1,5 @@
1
+<?php
2
+if ((LIBXSLT_VERSION === 10140 || LIBXSLT_VERSION === 10141)
3
+ && LIBXML_VERSION < 21300) {
4
+ die('skip upstream regression https://gitlab.gnome.org/GNOME/libxslt/-/issues/113');
5
+}
ext/xsl/tests/xslt010_gt10129.phpt
@@ -7,6 +7,7 @@ xsl
7
$proc = new xsltprocessor;
8
if (!$proc->hasExsltSupport()) die('skip EXSLT support not available');
9
if (LIBXSLT_VERSION < 10130) die('skip too old libxsl');
10
+require __DIR__.'/skip_upstream_issue113.inc';
11
?>
12
--FILE--
13
<?php
0 commit comments