Latest update - 7327, Version bump

This commit is contained in:
2018-07-26 12:43:16 +09:00
parent c39ab11f1e
commit 925341b8ec
8 changed files with 101 additions and 9 deletions
+2 -2
View File
@@ -16,8 +16,8 @@
ngx_feature_libs="-lxml2 -lxslt"
ngx_feature_test="xmlParserCtxtPtr ctxt = NULL;
xsltStylesheetPtr sheet = NULL;
xmlDocPtr doc;
doc = xmlParseChunk(ctxt, NULL, 0, 0);
xmlDocPtr doc = NULL;
xmlParseChunk(ctxt, NULL, 0, 0);
xsltApplyStylesheet(sheet, doc, NULL);"
. auto/feature