mirror of
https://github.com/php/php-src.git
synced 2026-04-28 18:53:33 +02:00
MFB: Fixed bug #41724 (libxml_get_last_error() - errors survice request
scope).
This commit is contained in:
@@ -674,6 +674,7 @@ static PHP_RSHUTDOWN_FUNCTION(libxml)
|
||||
efree(LIBXML(error_list));
|
||||
LIBXML(error_list) = NULL;
|
||||
}
|
||||
xmlResetLastError();
|
||||
|
||||
return SUCCESS;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user