Skip to content

Commit ea7a136

Browse files
committed
Merge branch 'PHP-8.4' into PHP-8.5
* PHP-8.4: Fix GH-21600: Remove xsltCleanupGlobals call in ext/xsl MSHUTDOWN.
2 parents e6f46d4 + 96e93e9 commit ea7a136

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
@@ -323,7 +323,6 @@ PHP_MSHUTDOWN_FUNCTION(xsl)
323323
xsltUnregisterExtModuleFunction ((const xmlChar *) "function",
324324
(const xmlChar *) "http://php.net/xsl");
325325
xsltSetGenericErrorFunc(NULL, NULL);
326-
xsltCleanupGlobals();
327326

328327
return SUCCESS;
329328
}

0 commit comments

Comments
 (0)