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 c19116f commit f597546Copy full SHA for f597546
ext/libxml/libxml.c
@@ -772,7 +772,7 @@ PHP_LIBXML_API void php_libxml_initialize(void)
772
PHP_LIBXML_API void php_libxml_shutdown(void)
773
{
774
if (_php_libxml_initialized) {
775
-#ifdef LIBXML_SCHEMAS_ENABLED
+#if defined(LIBXML_SCHEMAS_ENABLED) && LIBXML_VERSION < 21000
776
xmlRelaxNGCleanupTypes();
777
#endif
778
/* xmlCleanupParser(); */
0 commit comments