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 0e5e85d commit fc00167Copy full SHA for fc00167
ext/xsl/config.w32
@@ -32,7 +32,7 @@ if (PHP_XSL != "no") {
32
}
33
34
EXTENSION("xsl", "php_xsl.c xsltprocessor.c", PHP_XSL_SHARED);
35
- AC_DEFINE("HAVE_XSL", 1, "Define to 1 if PHP extension 'xml' is available.");
+ AC_DEFINE("HAVE_XSL", 1, "Define to 1 if PHP extension 'xsl' is available.");
36
if (! PHP_XSL_SHARED) {
37
ADD_FLAG("CFLAGS_XSL", "/D DOM_EXPORTS /D LIBXML_STATIC");
38
} else {
0 commit comments