Skip to content

Commit d7c3b3a

Browse files
committed
Merge branch 'PHP-8.5'
* PHP-8.5: Fix phpGH-21600: Remove xsltCleanupGlobals call in ext/xsl MSHUTDOWN.
2 parents 2b74894 + ea7a136 commit d7c3b3a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

ext/xsl/php_xsl.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -325,7 +325,6 @@ PHP_MSHUTDOWN_FUNCTION(xsl)
325325
xsltUnregisterExtModuleFunction ((const xmlChar *) "function",
326326
(const xmlChar *) "http://php.net/xsl");
327327
xsltSetGenericErrorFunc(NULL, NULL);
328-
xsltCleanupGlobals();
329328

330329
return SUCCESS;
331330
}

0 commit comments

Comments
 (0)